-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
86 lines (80 loc) · 2.5 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
project:
type: website
output-dir: _site
preview:
port: 4201
browser: false
render:
- index.qmd
- chapters/chapter1/0-intro.qmd
- chapters/chapter1/1-survol.qmd
- chapters/chapter1/2-comparaison_GB_RF.qmd
- chapters/chapter2/0-intro.qmd
- chapters/chapter2/1-CART.qmd
- chapters/chapter2/2-bagging.qmd
- chapters/chapter2/3-random_forest.qmd
- chapters/chapter2/4-boosting.qmd
- chapters/chapter3/0-intro.qmd
- chapters/chapter3/1-preparation_donnees.qmd
- chapters/chapter3/2-guide_usage_RF.qmd
- pdf/dt_methodes_ensemblistes.qmd
- pdf/partie_toute_redigee.qmd
resources:
- "*.svg"
website:
page-navigation: true
title: "Introduction aux méthodes ensemblistes"
site-url: "https://github.com/oliviermeslin/DT_methodes_ensemblistes"
repo-url: "https://github.com/oliviermeslin/DT_methodes_ensemblistes"
repo-actions: [edit, source, issue]
favicon: images/favicon.ico
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
left: "© CC-1.0"
sidebar:
style: "docked"
search: true
contents:
- index.qmd
- section: "Survol des méthodes ensemblistes"
href: chapters/chapter1/0-intro.qmd
contents:
- chapters/chapter1/1-survol.qmd
- chapters/chapter1/2-comparaison_GB_RF.qmd
- section: "Présentation formelle des algorithmes"
href: chapters/chapter2/0-intro.qmd
contents:
- chapters/chapter2/1-CART.qmd
- chapters/chapter2/2-bagging.qmd
- chapters/chapter2/3-random_forest.qmd
- chapters/chapter2/4-boosting.qmd
- section: "Comment bien utiliser les algorithmes?"
href: chapters/chapter3/0-intro.qmd
contents:
- chapters/chapter3/1-preparation_donnees.qmd
- chapters/chapter3/2-guide_usage_RF.qmd
background: "#D9E3E4"
favicon: images/favicon.ico
pinned: true
align: center
tools:
- icon: file-pdf-fill
href: ./pdf/dt_methodes_ensemblistes.pdf
text: "NMFS Open Science"
format:
html:
theme: litera
code-copy: true
code-overflow: wrap
toc: true
# typst:
# keep-typ: true
# template: _extensions/quarto-ext/ams/template.typ
# template-partials:
# - _extensions/quarto-ext/ams/typst-template.typ
# - _extensions/quarto-ext/ams/typst-show.typ
# - customisation_template.typ
# toc: true
# section-numbering: 1.1.1
# format-links: false
bibliography: references.bib