-
Notifications
You must be signed in to change notification settings - Fork 266
/
ai-machine-learning-pathway.json
51 lines (51 loc) · 1.93 KB
/
ai-machine-learning-pathway.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
{
"title": "AI and Machine Learning on OpenShift",
"icon": "fa-openshift",
"courses": [
{
"external_link": "https://learn.openshift.com/ai-machine-learning/jupyter-notebooks/",
"course_id": "jupyter-notebooks",
"title": "Deploying a Jupyter Notebook Image"
},
{
"external_link": "https://learn.openshift.com/ai-machine-learning/custom-notebooks/",
"course_id": "custom-notebooks",
"title": "Building Custom Notebook Images"
},
{
"external_link": "https://learn.openshift.com/ai-machine-learning/jupyter-workspace/",
"course_id": "jupyter-workspace",
"title": "Persistent Workspace for Notebooks"
},
{
"external_link": "https://learn.openshift.com/ai-machine-learning/jupyterhub-service/",
"course_id": "jupyterhub-service",
"title": "Deploying JupyterHub as a Service"
},
{
"external_link": "https://learn.openshift.com/ai-machine-learning/jupyterhub-workspace/",
"course_id": "jupyterhub-workspace",
"title": "Multi-user Workspace Using JupyterHub"
},
{
"external_link": "https://learn.openshift.com/ai-machine-learning/prometheus-api-client/",
"course_id": "prometheus-api-client",
"title": "Prometheus metrics for Data Science on OpenShift"
},
{
"external_link": "https://learn.openshift.com/ai-machine-learning/prometheus-timeseries-forecasting/",
"course_id": "prometheus-timeseries-forecasting",
"title": "Time series forecasting for Prometheus metrics"
},
{
"external_link": "https://learn.openshift.com/ai-machine-learning/thoth-s2i-advise/",
"course_id": "thoth-s2i-advise",
"title": "Thoth S2I build with Advise on OpenShift"
},
{
"external_link": "https://learn.openshift.com/ai-machine-learning/thoth-s2i-provenance/",
"course_id": "thoth-s2i-provenance",
"title": "Thoth S2I build with Provenance check on OpenShift"
}
]
}