-
Notifications
You must be signed in to change notification settings - Fork 0
/
.obs-metadata.json
86 lines (86 loc) · 2.34 KB
/
.obs-metadata.json
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
{
"meta": {},
"data": {
"id": "full-stack-metaflow",
"title": "Week 1: Full Stack Machine Learning and Delivering Business Value",
"defaultPath": "./notebooks/intro.ipynb",
"showPrimaryView": true,
"numbered": true,
"sections": [
{
"title": "Introduction",
"description": "",
"doc": "./explainers/intro.html",
"path": "./notebooks/intro.ipynb"
},
{
"title": "The Basics of Metaflow",
"description": "",
"path": "./flows/local/flow_template.py",
"doc": "./explainers/flow-template.html",
"action": {
"type": "run",
"value": "./flows/local/flow_template.py",
"label": "Run Flow"
}
},
{
"title": "Exploratory Data Analysis",
"description": "",
"path": "./notebooks/week-1-eda.ipynb",
"doc": "./explainers/first-df-flow.html"
},
{
"title": "Your First Data Science Flow",
"description": "",
"path": "./flows/local/titanic_flow_1.py",
"doc": "./explainers/titanic-1.html",
"action": {
"type": "run",
"value": "./flows/local/titanic_flow_1.py",
"label": "Run Flow"
}
},
{
"title": "Orchestrating Random Forests",
"description": "",
"path": "./flows/local/rf_flow.py",
"doc": "./explainers/rf.html",
"action": {
"type": "run",
"value": "./flows/local/rf_flow.py",
"label": "Run Flow"
}
},
{
"title": "Boosted Trees Flow",
"description": "",
"path": "./flows/local/boosted_flow.py",
"doc": "./explainers/xgb.html",
"action": {
"type": "run",
"value": "./flows/local/boosted_flow.py",
"label": "Run Flow"
}
},
{
"title": "Your First Deep Learning Metaflow!",
"description": "",
"path": "./flows/local/NN_flow_student.py",
"doc": "./explainers/dl.html",
"action": {
"type": "run",
"value": "./flows/local/NN_flow_student.py",
"label": "Run Flow"
}
},
{
"title": "Week 1 Project",
"description": "",
"path": "./project/template.ipynb",
"doc": "./explainers/project.html"
}
],
"links": []
}
}