-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
137 lines (128 loc) · 7.17 KB
/
mkdocs.yml
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
site_name: Arrikto Academy
site_url: https://academy.arrikto.com
repo_name: arrikto/learn-kubeflow
repo_url: https://github.com/arrikto/learn-kubeflow
edit_uri: ""
plugins:
- search
- include-markdown
theme:
name: material
logo: assets/academy-logo.svg
palette:
primary: black
accent: arrikto
features:
# - content.tabs.link
- navigation.tabs
- navigation.sections
- navigation.indexes
- search.suggest
# - navigation.top
extra:
analytics:
provider: google
property: UA-84825051-7
social:
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/arrikto
- icon: fontawesome/brands/twitter
link: https://www.twitter.com/arrikto
- icon: fontawesome/brands/youtube
link: https://youtube.com/arrikto
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/arrikto
extra_javascript:
- javascripts/bp.js
extra_css:
- stylesheets/extra.css
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.extra
nav:
- Home: index.md
- Kale 101:
- Home: modules/notebook-to-pipeline/index.md
- Introduction:
- Course Overview: modules/notebook-to-pipeline/introduction.md
- Notebook Walkthrough: modules/notebook-to-pipeline/working-example.md
- Deploy MiniKF on GCP: modules/notebook-to-pipeline/minikf-gcp.md
- Deploy a Notebook Server: modules/notebook-servers/notebook-server-base-image.md
- Get Dataset and Code: modules/notebook-to-pipeline/upload-handouts.md
- Pipeline Step Fundamentals:
- Single-Cell Pipeline Steps: modules/notebook-to-pipeline/steps/single-cell.md
- Multi-Cell Pipeline Steps: modules/notebook-to-pipeline/steps/multi-cell.md
- Pipeline Step Dependencies: modules/notebook-to-pipeline/steps/dependencies.md
- Working with Imports:
- Gather Imports in One Cell: modules/notebook-to-pipeline/imports/why-organize-imports.md
- Apply the Imports Annotation: modules/notebook-to-pipeline/imports/example.md
- 'Lab: Imports': modules/notebook-to-pipeline/imports/lab-imports.md
- Excluding Cells from Pipelines:
- Skip Cells Not Used in a Step: modules/notebook-to-pipeline/exclude/skip-cells.md
- 'Lab: Skip Cells': modules/notebook-to-pipeline/exclude/lab-skip-cells.md
- Skip Sections Not Used: modules/notebook-to-pipeline/exclude/skip-sections.md
- 'Lab: Skip Section': modules/notebook-to-pipeline/exclude/lab-skip-section.md
- Kale Fundamentals Labs:
- 'Lab: Create prep_data Step': modules/notebook-to-pipeline/fundamentals-labs/lab-prep_data.md
- 'Lab: Create split_data Step': modules/notebook-to-pipeline/fundamentals-labs/lab-split_data.md
- 'Checkpoint: Kale Fundamentals': modules/notebook-to-pipeline/checkpoint-fundamentals.md
- Pipeline Design:
- Design for Iteration: modules/notebook-to-pipeline/pipeline-design/iteration.md
- 'Lab: RF train and eval steps': modules/notebook-to-pipeline/pipeline-design/lab-rf-train-eval.md
- 'Lab: XGB train and eval steps': modules/notebook-to-pipeline/pipeline-design/lab-xgb-train-eval.md
- Functions Cells: modules/notebook-to-pipeline/pipeline-design/functions.cells.md
- Steps w/ Multiple Dependencies: modules/notebook-to-pipeline/pipeline-design/steps-with-multiple-dependencies.md
- 'Checkpoint: Pipeline Design': modules/notebook-to-pipeline/pipeline-design/checkpoint.md
- Run Our Pipeline: modules/notebook-to-pipeline/pipeline-design/run-our-pipeline.md
- Lab Solutions:
- 'Solution - Lab: Imports': modules/notebook-to-pipeline/imports/lab-imports-solution.md
- 'Solution - Lab: Skip Cells': modules/notebook-to-pipeline/exclude/lab-skip-cells-solution.md
- 'Solution - Lab: Create prep_data': modules/notebook-to-pipeline/fundamentals-labs/lab-prep_data-solution.md
- 'Solution - Lab: Create split_data': modules/notebook-to-pipeline/fundamentals-labs/lab-split_data-solution.md
- 'Solution - Lab: RF train and eval': modules/notebook-to-pipeline/pipeline-design/lab-rf-train-eval-solution.md
- 'Solution - Lab: XGB train and eval': modules/notebook-to-pipeline/pipeline-design/lab-xgb-train-eval-solution.md
- Katib 101:
- Home: modules/notebook-katib-tuning/index.md
- Introduction:
- Course Overview: modules/notebook-katib-tuning/katib-101-overview.md
- Notebook Walkthrough: modules/notebook-to-pipeline/working-example.md
- Deploy MiniKF on GCP: modules/deploy/minikf-gcp.md
- Deploy a Notebook Server: modules/notebook-katib-tuning/notebook-server-base-image.md
- Get Dataset and Code: modules/notebook-katib-tuning/upload-handouts.md
- Hyperparameter Tuning:
- Hyperparameter Tuning Overview: modules/notebook-katib-tuning/hyperparameter-overview.md
- Preparing Hyperparameter Tuning Ideal Model: modules/notebook-katib-tuning/preparing-hyperparameter-tuning.md
- 'Lab: Identify Ideal Model': modules/notebook-katib-tuning/labs/lab-identify-model.md
- Preparing Hyperparameter Tuning Hyperparameters & Objectives: modules/notebook-katib-tuning/preparing-hyperparameter-tuning-parttwo.md
- 'Lab: Hyperparameter Tuning Preparation': modules/notebook-katib-tuning/labs/lab-tuning-preparation.md
- Katib Experiments:
- Katib Job: modules/notebook-katib-tuning/katib-job.md
- 'Lab: Set Up Katib Job': modules/notebook-katib-tuning/labs/lab-set-up-katib-job.md
- Katib Output: modules/notebook-katib-tuning/katib-output.md
- 'Lab: Interpret Katib Output': modules/notebook-katib-tuning/labs/lab-interpret-katib-output.md
- Next Steps:
- Next Steps: modules/notebook-katib-tuning/katib-tuning-next-steps.md
- Rok 101:
- Home: modules/rok-snapshotting/index.md
- Introduction:
- Course Overview: modules/rok-snapshotting/rok-101-overview.md
- Notebook Walkthrough: modules/notebook-to-pipeline/working-example.md
- Deploy MiniKF on GCP: modules/deploy/minikf-gcp.md
- Deploy a Notebook Server: modules/rok-snapshotting/notebook-server-base-image.md
- Get Dataset and Code: modules/rok-snapshotting/upload-handouts.md
- Rok Basics:
- Rok Overview: modules/rok-snapshotting/rok-overview.md
- Rok Cluster Overview: modules/rok-snapshotting/rok-cluster-overview.md
- Rok Snapshot Basics: modules/rok-snapshotting/rok-snapshot-basics.md
- 'Lab: Initial Volume Mounts': modules/rok-snapshotting/labs/lab-initial-volume-mounts.md
- Rok Bucket Basics: modules/rok-snapshotting/rok-bucket-basics.md
- Snapshot Restoration:
- Rok Snapshot Restoration: modules/rok-snapshotting/rok-snapshot-restoration.md
- 'Lab: Rok Snapshot Restoration': modules/rok-snapshotting/labs/lab-rok-snapshot-restoration.md
- 'Lab: Snapshot Volume Resotration': modules/rok-snapshotting/labs/lab-snapshot-volume-restoration.md
- 'Lab: Pipeline Step Restoration': modules/rok-snapshotting/labs/lab-step-snapshot-restoration.md
- MiniKF FAQ: modules/minikf-faq.md
- License Agreement: modules/license-agreement.md