-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto - Copy.yml
More file actions
53 lines (44 loc) · 1.21 KB
/
_quarto - Copy.yml
File metadata and controls
53 lines (44 loc) · 1.21 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
project:
type: book
book:
title: "Data Science II with python (Class notes)"
subtitle: "STAT 303-2"
author: "Arvind Krishna"
date: "1/3/2023"
sidebar:
search: true
logo: "NU_Stat_logo.png"
logo-href: "https://statistics.northwestern.edu/"
chapters:
- index.qmd
- part: "Linear regression"
chapters:
- Lec1_SimpleLinearRegression.ipynb
- Lec2_MultipleLinearRegression.ipynb
- Lec3_VariableTransformations_and_Interactions.ipynb
- Lec4_ModelAssumptions.ipynb
- Lec5_Potential_issues.ipynb
- Lec6_Autocorrelation.ipynb
- part: "Logistic regression"
chapters:
- Lec7_logistic_regression.ipynb
- part: "Variable selection & Regularization"
chapters:
- Lec8_ModelSelection_BestSubset_FwdBwd_stepwise.ipynb
- Lec9_RidgeRegression_Lasso.ipynb
appendices:
- Assignment 1.ipynb
- Assignment B.ipynb
- Assignment C.ipynb
- Assignment D.ipynb
- Assignment E.ipynb
- Assignment E_updated.ipynb
- Practice_Final_Answer_Key.ipynb
- Datasets.ipynb
- references.qmd
bibliography: references.bib
format:
html:
theme: cosmo
pdf:
documentclass: scrreprt