-
Notifications
You must be signed in to change notification settings - Fork 1
/
NonBinDT.bak
213 lines (213 loc) · 8.09 KB
/
NonBinDT.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<?xml version="1.0"?>
<AlteryxDocument yxmdVer="10.5">
<Nodes>
<Node ToolID="1">
<GuiSettings Plugin="AlteryxBasePluginsGui.DbFileInput.DbFileInput">
<Position x="78" y="90" />
</GuiSettings>
<Properties>
<Configuration>
<Passwords />
<File OutputFileName="" FileFormat="19" SearchSubDirs="False" RecordLimit="">C:\Users\Ratnesh\Downloads\employees-transporatationdata.yxdb</File>
<FormatSpecificOptions />
</Configuration>
<Annotation DisplayMode="0">
<Name />
<DefaultAnnotationText>employees-transporatationdata.yxdb</DefaultAnnotationText>
<Left value="False" />
</Annotation>
<Dependencies>
<Implicit />
</Dependencies>
<MetaInfo connection="Output">
<RecordInfo>
<Field name="Employee ID" source="File: C:\Users\rsnow\Documents\My Tableau Repository (Beta)\Datasources\Sample - Superstore Subset (Excel).xlsx|`Orders$`" type="Int32" />
<Field name="GENDER" size="1" source="Formula: IF IsNull([GENDER])
THEN 'M'
ELSE [GENDER]
ENDIF" type="String" />
<Field description="Formula: IF [COMBINED AGE] = '0'
THEN [Row-1:COMBINED AGE]
ELSE
[COMBINED AGE]
ENDIF" name="Age" source="Formula: IF [COMBINED AGE] = '0'
THEN [Row-1:COMBINED AGE]
ELSE
[COMBINED AGE]
ENDIF" type="Double" />
<Field name="MARITAL STATUS" size="2" source="Formula: IF [MARITAL STATUS] = 'U'
THEN 'S'
ELSE [MARITAL STATUS]
ENDIF" type="String" />
<Field name="DriveDistanceMiles" source="Distance: DriveDistance Source=Employee_SpObj Destination=Office_SpObj DataSet=Latest:TeleAtlas_US Optimization=Distance Maximum=100" type="Double" />
<Field name="Mode" size="64" source="Formula: (Multiple Sources)" type="V_String" />
</RecordInfo>
</MetaInfo>
</Properties>
<EngineSettings EngineDll="AlteryxBasePluginsEngine.dll" EngineDllEntryPoint="AlteryxDbFileInput" />
</Node>
<Node ToolID="2">
<GuiSettings>
<Position x="186" y="90" />
</GuiSettings>
<Properties>
<Configuration>
<Value name="estimation pct">70</Value>
<Value name="validation pct">30</Value>
<Value name="rand seed">1</Value>
</Configuration>
<Annotation DisplayMode="0">
<Name />
<DefaultAnnotationText />
<Left value="False" />
</Annotation>
<Dependencies>
<Implicit />
</Dependencies>
</Properties>
<EngineSettings Macro="Predictive Tools\Create_Samples.yxmc" />
</Node>
<Node ToolID="3">
<GuiSettings>
<Position x="294" y="78" />
</GuiSettings>
<Properties>
<Configuration>
<Value name="Model Name">NonBinaryDT</Value>
<Value name="Y Var">Mode</Value>
<Value name="X Vars">Employee ID + GENDER + Age + MARITAL STATUS + DriveDistanceMiles</Value>
<Value name="use.weights">False</Value>
<Value name="select.weights">Employee ID</Value>
<Value name="cp">Auto</Value>
<Value name="select.type">False</Value>
<Value name="classification">True</Value>
<Value name="use.gini">True</Value>
<Value name="use.information">False</Value>
<Value name="regression">False</Value>
<Value name="min.split">20</Value>
<Value name="min.bucket">7</Value>
<Value name="usesurrogate.0">False</Value>
<Value name="usesurrogate.1">False</Value>
<Value name="usesurrogate.2">True</Value>
<Value name="total.correct">True</Value>
<Value name="percent.correct">False</Value>
<Value name="xval.folds">10</Value>
<Value name="max.depth">20</Value>
<Value name="max.bins">Default</Value>
<Value name="tree.plot">True</Value>
<Value name="Counts">False</Value>
<Value name="Proportions">True</Value>
<Value name="Branch Dist">True</Value>
<Value name="tree.inches">True</Value>
<Value name="tree.in.w">5.50</Value>
<Value name="tree.in.h">5.50</Value>
<Value name="tree.centimeters">False</Value>
<Value name="tree.cm.w">13.00</Value>
<Value name="tree.cm.h">14.95</Value>
<Value name="tree.graph.resolution">1x</Value>
<Value name="tree.pointsize">8</Value>
<Value name="prune.plot">False</Value>
<Value name="prune.inches">True</Value>
<Value name="prune.in.w">5.50</Value>
<Value name="prune.in.h">5.50</Value>
<Value name="prune.centimeters">False</Value>
<Value name="prune.cm.w">13.00</Value>
<Value name="prune.cm.h">14.95</Value>
<Value name="prune.graph.resolution">1x</Value>
<Value name="prune.pointsize">10</Value>
</Configuration>
<Annotation DisplayMode="0">
<Name />
<DefaultAnnotationText />
<Left value="False" />
</Annotation>
<Dependencies>
<Implicit />
</Dependencies>
</Properties>
<EngineSettings Macro="Predictive Tools\Decision_Tree.yxmc" />
</Node>
<Node ToolID="4">
<GuiSettings Plugin="AlteryxBasePluginsGui.BrowseV2.BrowseV2">
<Position x="414" y="78" />
</GuiSettings>
<Properties>
<Configuration>
<Layout>
<View1>
<Hints>
<Table />
</Hints>
</View1>
</Layout>
</Configuration>
<Annotation DisplayMode="0">
<Name />
<DefaultAnnotationText />
<Left value="False" />
</Annotation>
</Properties>
<EngineSettings EngineDll="AlteryxBasePluginsEngine.dll" EngineDllEntryPoint="AlteryxBrowseV2" />
</Node>
<Node ToolID="5">
<GuiSettings Plugin="AlteryxBasePluginsGui.BrowseV2.BrowseV2">
<Position x="378" y="126" />
</GuiSettings>
<Properties>
<Configuration>
<Layout>
<View1>
<Hints>
<Table />
</Hints>
</View1>
</Layout>
</Configuration>
<Annotation DisplayMode="0">
<Name />
<DefaultAnnotationText />
<Left value="False" />
</Annotation>
</Properties>
<EngineSettings EngineDll="AlteryxBasePluginsEngine.dll" EngineDllEntryPoint="AlteryxBrowseV2" />
</Node>
</Nodes>
<Connections>
<Connection>
<Origin ToolID="1" Connection="Output" />
<Destination ToolID="2" Connection="Input" />
</Connection>
<Connection>
<Origin ToolID="2" Connection="Estimation" />
<Destination ToolID="3" Connection="Input" />
</Connection>
<Connection>
<Origin ToolID="3" Connection="Reports" />
<Destination ToolID="4" Connection="Input" />
</Connection>
<Connection>
<Origin ToolID="3" Connection="Interactive" />
<Destination ToolID="5" Connection="Input" />
</Connection>
</Connections>
<Properties>
<Memory default="True" />
<GlobalRecordLimit value="0" />
<TempFiles default="True" />
<Annotation on="True" includeToolName="False" />
<ConvErrorLimit value="10" />
<ConvErrorLimit_Stop value="False" />
<CancelOnError value="False" />
<DisableBrowse value="False" />
<EnablePerformanceProfiling value="False" />
<DisableAllOutput value="False" />
<ShowAllMacroMessages value="False" />
<ShowConnectionStatusIsOn value="True" />
<ShowConnectionStatusOnlyWhenRunning value="True" />
<ZoomLevel value="0" />
<LayoutType>Horizontal</LayoutType>
<MetaInfo>
<NameIsFileName value="True" />
<Name>NonBinDT</Name>
<Description />
<RootToolName />
<ToolVersion />
<ToolInDb value="False" />
<CategoryName />
<SearchTags />
<Author />
<Company />
<Copyright />
<DescriptionLink actual="" displayed="" />
</MetaInfo>
<Events>
<Enabled value="True" />
</Events>
</Properties>
</AlteryxDocument>