forked from DataTalksClub/mlops-zoomcamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.json
48 lines (48 loc) · 1.14 KB
/
meta.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
{
"module": {
"number": 2,
"title": "Experiment tracking and model management"
},
"units": [
{
"number": 1,
"title": "Experiment tracking intro",
"youtube": "https://www.youtube.com/watch?v=MiA7LQin9c8"
},
{
"number": 2,
"title": "Getting started with MLflow",
"youtube": "https://www.youtube.com/watch?v=cESCQE9J3ZE"
},
{
"number": 3,
"title": "Experiment tracking with MLflow",
"youtube": "https://www.youtube.com/watch?v=iaJz-T7VWec"
},
{
"number": 4,
"title": "Model management",
"youtube": "https://www.youtube.com/watch?v=OVUPIX88q88"
},
{
"number": 5,
"title": "Model registry",
"youtube": "https://www.youtube.com/watch?v=TKHU7HAvGH8"
},
{
"number": 6,
"title": "MLflow in practice",
"youtube": "https://www.youtube.com/watch?v=1ykg4YmbFVA"
},
{
"number": 7,
"title": "MLflow: benefits, limitations and alternatives",
"youtube": "https://www.youtube.com/watch?v=Lugy1JPsBRY"
},
{
"number": 8,
"title": "Homework",
"youtube": ""
}
]
}