-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
53 lines (48 loc) · 1.13 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
project:
type: book
output-dir: docs
book:
title: "Machine Learning with R Notes"
author: "Angel Feliz"
reader-mode: true
page-navigation: true
navbar:
pinned: true
sidebar:
pinned: true
page-footer:
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
repo-url: https://github.com/AngelFelizR/ISL-Solutuon-Book
repo-branch: main
chapters:
- index.qmd
- part: "Summary Notes"
chapters:
- 01-modeling-process.qmd
- 02-feature-engineering.qmd
- 03-model-performance.qmd
- 04-resampling-methods.qmd
- 05-generalized-linear-models.qmd
- 06-generative-classification-models.qmd
- 07-non-parametric-models.qmd
- 08-survival-analysis.qmd
- 09-unsupervised-learning.qmd
- part: "ISLR Execices 2nd Edition"
chapters:
- execises-02.qmd
- execises-03.qmd
- execises-04.qmd
- execises-05.qmd
- execises-11.qmd
format:
html:
theme:
- cosmo
code-link: true
author-meta: "Angel Feliz"
callout-appearance: simple
toc-depth: 4
execute:
warning: false
editor: source