-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
104 lines (94 loc) · 2.98 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
project:
type: website
output-dir: docs
website:
favicon: "images/logo.png"
page-navigation: true
title: "ML Handbook"
description: "Unlock the practical side of Machine Learning with hands-on Colab notebooks and in-depth reports, making ML education accessible and insightful."
site-url: "https://bsc-iitm.github.io/ML_Handbook/"
repo-url: https://github.com/bsc-iitm/ML_Handbook
repo-actions: [edit, issue]
open-graph: true
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
background: "#D9E3E4"
sidebar:
background: "#D9E3E4"
logo: "images/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/bsc-iitm/ML_Handbook
text: "GitHub Repo"
style: "docked"
search: true
collapse-level: 1
contents:
- section: "Home"
contents:
- href: index.qmd
text: Content
- href: about.qmd
text: About
- text: "---"
- section: "Preprocessing"
contents:
- href: ./pages/dealing_with_missing_values.ipynb
text: Dealing with missing-values
- section: "Scaling"
contents:
- href: ./pages/Scaling multi-dataset multi-algo.ipynb
text: Overview
- href: ./pages/standard.ipynb
text: Standard Scaling
- section: "Observing Data"
contents:
- section: "Visualization"
contents:
- href: ./pages/vis.ipynb
text: Overview
- href: ./pages/vis2.ipynb
text: Comprehensive Data Visualization
- section: "Evaluation Metrics"
contents:
- href: ./pages/accuracy.ipynb
text: Accuracy
- href: ./pages/f1.ipynb
text: F1 Score
- href: ./pages/recall.ipynb
text: Recall
- href: ./pages/precision.ipynb
text: Precision
- href: ./pages/roc.ipynb
text: ROC-AUC
- section: "Special Topics in ML"
contents:
- href: ./pages/Inductive_Bias.ipynb
text: Inductive Bias
- href: ./pages/Ordinal_Classification.ipynb
text: Ordinal Classification
- href: ./pages/EM_Algorithm.ipynb
text: EM Algorithm
- href: ./pages/Probabilistic_PCA.ipynb
text: Probabilistic PCA
- href: ./pages/agg.ipynb
text: Agglomerative Clustering
- section: "Case Studies"
contents:
- href: ./pages/cirrhosis.ipynb
text: Predictive Modeling of Patient Status in Primary Biliary Cirrhosis
- href: ./pages/bank_churn.ipynb
text: Predicting Bank Customer Churn
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
mainfont: "Atkinson Hyperlegible"
code-copy: true
code-overflow: wrap
toc: true
freeze: auto
editor: visual