-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
46 lines (36 loc) · 979 Bytes
/
_quarto.yml
File metadata and controls
46 lines (36 loc) · 979 Bytes
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
project:
type: book
book:
title: "Data Science III with python (Class notes)"
subtitle: "STAT 303-3"
author: "Arvind Krishna"
date: "3/24/2023"
sidebar:
search: true
logo: "NU_Stat_logo.png"
logo-href: "https://statistics.northwestern.edu/"
chapters:
- index.qmd
- part: "Sklearn; Bias & Variance; KNN"
chapters:
- L1_Scikit-learn.ipynb
- Bias_variance_code.ipynb
- KNN.ipynb
- Hyperparameter tuning.ipynb
- part: "Tree based models"
chapters:
- Lec3_RegressionTrees.ipynb
- Lec4_ClassificationTree.ipynb
- Lec4_Bagging.ipynb
- Bagging (OOB vs K-fold cross-validation).ipynb
- Lec6_RandomForest.ipynb
- Lec7_AdaBoost.ipynb
- Lec8_Gradient_Boosting.ipynb
- Lec9_XGBoost.ipynb
- Lec11_More boosting models.ipynb
- Lec10_Ensemble.ipynb
format:
html:
theme: cosmo
pdf:
documentclass: scrreprt