-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmyst.yml
More file actions
51 lines (45 loc) · 1.77 KB
/
Copy pathmyst.yml
File metadata and controls
51 lines (45 loc) · 1.77 KB
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
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
plugins:
- https://github.com/jupyter-book/myst-plugins/releases/download/exercise-and-solution-pdf/exercise-admonition-pdf.mjs
- https://github.com/jupyter-book/myst-plugins/releases/download/Admonitions/experiment-admonition.mjs
- https://github.com/jupyter-book/myst-plugins/releases/download/Admonitions/intermezzo-admonition.mjs
- https://github.com/TUD-JB-Templates/JB2_plugins/releases/download/example/example.mjs
- https://github.com/jupyter-book/myst-plugins/releases/download/updated-date-frontmatter/update-date-frontmatter.mjs
- https://github.com/jupyter-book/myst-plugins/releases/download/page-last-updated/page-last-updated.mjs
id: b2c3278f-f371-4fe3-a310-02f175604b48
title: '데이터 과학을 위한 머신러닝'
numbering:
title: true
headings: true
# description:
# keywords: []
# authors: []
github: https://github.com/codingalzi/code-workout-ml
exports:
- format: typst
template: https://github.com/myst-templates/plain_typst_book.git
output: exports/MechaRela.pdf
id: output-pdf1
logo: logo_TUD.png
cover: cover.png
# To autogenerate a Table of Contents, run "jupyter book init --write-toc"
toc:
- file: intro.ipynb
- file: p0_theory_handson_intro.ipynb
- file: p0_lab_handson_intro.ipynb
- file: p1_theory_end2end_ml_project.ipynb
- file: p1_lab_end2end_ml_project.ipynb
- file: p1_project_bike_demand.ipynb
- file: classification.ipynb
- file: training_models.ipynb
- file: decision_trees.ipynb
- file: ensemble_learning.ipynb
- file: pca.ipynb
- file: unsupervised_learning.ipynb
site:
template: book-theme
options:
favicon: favicon.ico
logo: codingalzi.svg