-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathautoviml_pipeline.orchest
145 lines (145 loc) · 4.7 KB
/
autoviml_pipeline.orchest
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
{
"name": "autoviml-pipeline",
"parameters": {},
"services": {},
"settings": {
"auto_eviction": false,
"data_passing_memory_size": "1GB"
},
"steps": {
"0ecdafa6-317b-4acd-be73-b69983053501": {
"environment": "c56ab762-539c-4cce-9b1e-c4b00300ec6f",
"file_path": "display_results.py",
"incoming_connections": [
"d094b09e-17a6-4bf1-ab59-6ec94b2a1c1d",
"b7482596-42b7-47a2-8ea5-523674b1dbc2"
],
"kernel": {
"display_name": "Python 3",
"name": "python"
},
"meta_data": {
"hidden": false,
"position": [
978.5264350628843,
360.433333079455
]
},
"parameters": {},
"title": "Display results",
"uuid": "0ecdafa6-317b-4acd-be73-b69983053501"
},
"106bb318-252d-4f94-ba86-c36722dddf41": {
"environment": "c56ab762-539c-4cce-9b1e-c4b00300ec6f",
"file_path": "load_file.py",
"incoming_connections": [],
"kernel": {
"display_name": "Python 3",
"name": "python"
},
"meta_data": {
"hidden": false,
"position": [
22.790043572726063,
355.1891122428357
]
},
"parameters": {
"filename": "diabetes.csv",
"sep": ",",
"target": "Outcome"
},
"title": "Get data",
"uuid": "106bb318-252d-4f94-ba86-c36722dddf41"
},
"41026482-d150-4e10-beb3-5ea7cd583be3": {
"environment": "c56ab762-539c-4cce-9b1e-c4b00300ec6f",
"file_path": "train_deep_autoviml.py",
"incoming_connections": [
"c9484b08-9d23-4f1a-96da-c41711d77c09"
],
"kernel": {
"display_name": "Python 3",
"name": "python"
},
"meta_data": {
"hidden": false,
"position": [
504,
249.5
]
},
"parameters": {
"keras_model_type": "fast",
"project_name": "deep_autoviml"
},
"title": "train_deep_autoviml",
"uuid": "41026482-d150-4e10-beb3-5ea7cd583be3"
},
"b7482596-42b7-47a2-8ea5-523674b1dbc2": {
"environment": "c56ab762-539c-4cce-9b1e-c4b00300ec6f",
"file_path": "test_deep_autoviml.py",
"incoming_connections": [
"41026482-d150-4e10-beb3-5ea7cd583be3"
],
"kernel": {
"display_name": "Python 3",
"name": "python"
},
"meta_data": {
"hidden": false,
"position": [
743,
217.5
]
},
"parameters": {},
"title": "test_deep_autoviml",
"uuid": "b7482596-42b7-47a2-8ea5-523674b1dbc2"
},
"c9484b08-9d23-4f1a-96da-c41711d77c09": {
"environment": "c56ab762-539c-4cce-9b1e-c4b00300ec6f",
"file_path": "split_data.py",
"incoming_connections": [
"106bb318-252d-4f94-ba86-c36722dddf41"
],
"kernel": {
"display_name": "Python 3",
"name": "python"
},
"meta_data": {
"hidden": false,
"position": [
269.81305028370195,
353.16801619433204
]
},
"parameters": {},
"title": "Preprocessing",
"uuid": "c9484b08-9d23-4f1a-96da-c41711d77c09"
},
"d094b09e-17a6-4bf1-ab59-6ec94b2a1c1d": {
"environment": "c56ab762-539c-4cce-9b1e-c4b00300ec6f",
"file_path": "train_random_forest.py",
"incoming_connections": [
"c9484b08-9d23-4f1a-96da-c41711d77c09"
],
"kernel": {
"display_name": "Python 3",
"name": "python"
},
"meta_data": {
"hidden": false,
"position": [
687.8604381113583,
449.10930478196144
]
},
"parameters": {},
"title": "train_random_forest",
"uuid": "d094b09e-17a6-4bf1-ab59-6ec94b2a1c1d"
}
},
"uuid": "0915b350-b929-4cbd-b0d4-763cac0bb69f",
"version": "1.0.0"
}