-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
40 lines (37 loc) · 1.07 KB
/
_quarto.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
project:
type: book
execute-dir: project
book:
title: "데이터마이닝: R 예제"
author: "전치혁, 이혜선, 이종석, 이영록"
date: today
chapters:
- index.qmd
- part: "예측"
chapters:
- chapters/ch02_regression.qmd
- chapters/ch03_regularized_regression.qmd
- chapters/ch04_dimension_reduction.qmd
- part: "분류분석"
chapters:
- chapters/ch05_classification.qmd
- chapters/ch06_logistic_regression.qmd
- chapters/ch07_da.qmd
- chapters/ch08_tree.qmd
- chapters/ch09_svm.qmd
- chapters/ch10_ensemble.qmd
- part: "군집분석"
chapters:
- chapters/ch11_cluster.qmd
- chapters/ch12_cluster.qmd
- chapters/ch13_cluster_dbscan.qmd
- chapters/ch14_cluster_validation.qmd
- part: "연관규칙"
chapters:
- chapters/ch15_association_rule.qmd
- chapters/ch16_recommender_system.qmd
repo-url: https://github.com/youngroklee-ml/data-mining-techniques
number-sections: false
format:
html:
theme: cosmo