-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto_6Jan2025.yml
More file actions
48 lines (39 loc) · 1.09 KB
/
_quarto_6Jan2025.yml
File metadata and controls
48 lines (39 loc) · 1.09 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
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: "Code"
chapters:
- Lec1_SimpleLinearRegression.ipynb
- Lec2_MultipleLinearRegression.ipynb
- Lec3_VariableTransformations_and_Interactions.ipynb
- Lec7_logistic_regression.ipynb
- Lec9_RidgeRegression_Lasso.ipynb
- Crossvalidation.ipynb
- Lec5_Potential_issues.ipynb
- part: "Assignments"
chapters:
- Assignment 1 (Section 20).ipynb
- Assignment 1 (Sections 21 & 22).ipynb
- Assignment 2.ipynb
- Homework_Assignment_3_Section20.ipynb
- Assignment 3 (Section 21 & 22).ipynb
- Assignment_4.ipynb
- Assignment5_Section20.ipynb
appendices:
- Prediction problem code sol.ipynb
- Datasets.ipynb
format:
html:
theme: cosmo
pdf:
documentclass: scrreprt