Skip to content

Commit b988495

Browse files
authored
Multiclass Classification (#10)
* Dark mode * Reader mode * Multiclass Classification example * Review binary classification
1 parent f242517 commit b988495

10 files changed

+564
-2320
lines changed

docs/_quarto.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ book:
4646
location: sidebar # navbar, sidebar
4747
#type: textbox # overlay, textbox
4848

49+
reader-mode: true
50+
4951
#navbar:
5052
# right:
5153
# - href: exercises/index.qmd
@@ -141,12 +143,11 @@ book:
141143
#- href: notes/classification/logistic.qmd
142144
# text: "Logistic Regression"
143145

144-
#- href: notes/classification/binary.qmd # edit the qmd and convert to ipynb for github actions:
145-
- href: notes/classification/binary.ipynb
146+
- href: notes/classification/binary.qmd # edit the qmd and convert to ipynb for github actions:
146147
text: "Binary Classification"
147148

148-
#- href: notes/classification/multiclass.qmd
149-
# text: "Multi-class Classification"
149+
- href: notes/classification/multiclass.qmd
150+
text: "Multiclass Classification"
150151

151152
#- href: notes/classification/Spam_Detection_(Binary_Classification)_SOLUTIONS.ipynb
152153
# text: "Binary Classification w/ `sklearn`"
@@ -222,9 +223,9 @@ format:
222223
html:
223224
# https://quarto.org/docs/output-formats/html-themes.html
224225
# https://bootswatch.com/
225-
theme: pulse
226-
#light: default #flatly
227-
#dark: darkly
226+
theme: # pulse
227+
light: pulse # flatly # default #flatly
228+
dark: cyborg # vapor # superhero # darkly
228229
css: styles/my-style.css
229230
code-copy: true
230231
#code-fold: false #show

0 commit comments

Comments
 (0)