forked from openshift-labs/learn-katacoda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ai-machine-learning-pathway.json
41 lines (41 loc) · 1.52 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
{
"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"
}
]
}