|
46 | 46 | location: sidebar # navbar, sidebar |
47 | 47 | #type: textbox # overlay, textbox |
48 | 48 |
|
| 49 | + reader-mode: true |
| 50 | + |
49 | 51 | #navbar: |
50 | 52 | # right: |
51 | 53 | # - href: exercises/index.qmd |
@@ -141,12 +143,11 @@ book: |
141 | 143 | #- href: notes/classification/logistic.qmd |
142 | 144 | # text: "Logistic Regression" |
143 | 145 |
|
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: |
146 | 147 | text: "Binary Classification" |
147 | 148 |
|
148 | | - #- href: notes/classification/multiclass.qmd |
149 | | - # text: "Multi-class Classification" |
| 149 | + - href: notes/classification/multiclass.qmd |
| 150 | + text: "Multiclass Classification" |
150 | 151 |
|
151 | 152 | #- href: notes/classification/Spam_Detection_(Binary_Classification)_SOLUTIONS.ipynb |
152 | 153 | # text: "Binary Classification w/ `sklearn`" |
@@ -222,9 +223,9 @@ format: |
222 | 223 | html: |
223 | 224 | # https://quarto.org/docs/output-formats/html-themes.html |
224 | 225 | # 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 |
228 | 229 | css: styles/my-style.css |
229 | 230 | code-copy: true |
230 | 231 | #code-fold: false #show |
|
0 commit comments