-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_toc.yml
More file actions
executable file
·35 lines (34 loc) · 758 Bytes
/
_toc.yml
File metadata and controls
executable file
·35 lines (34 loc) · 758 Bytes
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
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
parts:
- caption: Introducción a Python
numbered: true
chapters:
- file: IntroduccionPython
- file: Pandas
- file: Visualizacion
- caption: Análisis Exploratorio de Datos
numbered: true
chapters:
- file: Descriptiva
- file: PruebasHipotesis
- caption: Aprendizaje Supervizado
numbered: true
chapters:
- file: IntroML
- file: AprendizajeSupervisado
- file: Regresion
- file: ProbModels
- file: StepRegularization
- file: Arboles
- file: SVM
- file: RedesNeuronales
- file: Evaluacion
- caption: Aprendizaje no Supervisado
numbered: true
chapters:
- file: ACP
- file: NoSupervizado
- file: ReglasAso