-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyst.yml
More file actions
39 lines (33 loc) · 1.43 KB
/
Copy pathmyst.yml
File metadata and controls
39 lines (33 loc) · 1.43 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
# 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: a3195bcc-5756-4fa9-972d-3384d28eb21a
title: 데이터분석을 위한 머신러닝
numbering:
title: true
headings: true
# description:
# keywords: []
# authors: []
github: https://github.com/codingalzi/project-ml
# To autogenerate a Table of Contents, run "jupyter book init --write-toc"
toc:
- file: introduction.md
- file: machine_learning_intro.ipynb
- file: ml_and_data_analysis.ipynb
- file: project1_bike_demand.ipynb
- file: 02_project1_problem_and_eda.ipynb
- file: 03_project1_modeling_and_evaluation.ipynb
- file: 04_project1_interpretation_and_decision.ipynb
site:
template: book-theme
options:
favicon: favicon.ico
logo: codingalzi.svg