-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
63 lines (49 loc) · 1.79 KB
/
mkdocs.yml
File metadata and controls
63 lines (49 loc) · 1.79 KB
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
site_name: Costa Rica AI 2025 Workshop 2025
theme:
name: readthedocs
highlightjs: true
plugins:
- search
markdown_extensions:
- extra
- admonition
- toc:
permalink: "" # i.e. `true` but without "¶"
permalink_class: headerlink fa fa-link
permalink_title: Link to Heading
nav:
- index.md
- Hack Time:
- It's Hack Time: hack.md
- Projects:
- projects/antteam/antteam.md
- projects/biofusion/biofusion.md
- projects/breadstreetboys/breadstreetboys.md
- projects/datadivers/datadivers.md
- projects/emotionai/emotionai.md
- projects/entropy/entropy.md
- projects/goldbugs/goldbugs.md
- projects/losdeatras/losdeatras.md
- projects/mnist/mnist.md
- projects/starmappers/starmappers.md
- Lunes:
- Welcome to TACC (.pptx download): WelcomeToTACC.pptx
- Intro to Data Science (.pptx download): IntroDataScience.pptx
- Intro to Pandas (.pptx download): Pandas.pptx
- Martes:
- Notas del Martes: tuesdaynotes.md
- Intro to Matplotlib (.pptx download): Matplotlib.pptx
- Feature Engineering (notes): featureengineering.md
- Feature Engineering (.pptx download): featureengineering.pptx
- Miercoles:
- Notas del Miercoles: wednesdaynotes.md
- Classification (notes): classification.md
- Clustering (notes): clustering.md
- Classification and Clustering (.pptx download): ClassificationClustering.pptx
- Choosing the Right Algorithm: choosing.md
- Jueves:
- Recommended Data Set Sizes by Model Type: datasetsizes.md
- Notes del Jueves: thursdaynotes.md
- Regression and Forecasting (.pptx download): RegressionForecasting.pptx
- Viernes:
- Austin Traffic Data Regression Forecasting (.ipynb download): Austin-Traffic-Data-Regression_Forecasting.ipynb