-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
83 lines (71 loc) · 2.3 KB
/
mkdocs.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
site_name: AutoML mljar-supervised
theme:
name: material
#custom_dir: overrides
favicon: images/favicon.png
icon:
repo: fontawesome/brands/github-square
logo: fontawesome/solid/book-open
palette:
primary: blue
repo_url: https://github.com/mljar/mljar-supervised
repo_name: mljar-supervised
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
- toc:
permalink: true
- codehilite
- pymdownx.tabbed
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- footnotes
plugins:
- search
- mkdocstrings
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/mljar/mljar-supervised
- icon: fontawesome/brands/slack
link: https://mljar-supervised.slack.com/join/shared_invite/zt-gkhfsvhw-H6LMKxxV5adeTmn9V7nbZw#/
- icon: fontawesome/brands/twitter
link: https://twitter.com/MLJARofficial
- icon: fontawesome/regular/lightbulb
link: https://mljar.com
font:
- text: 'Ubuntu'
- code: 'Ubuntu Mono'
edit_uri: https://github.com/mljar/docs/edit/master/docs/
copyright: Copyright © MLJAR, Inc.
extra_css:
- stylesheets/extra.css
nav:
- Get started: index.md
- Features:
- Steps of AutoML: features/automl.md
- AutoML modes: features/modes.md
- Golden Features: features/golden_features.md
- Features Selection: features/features_selection.md
- Algorithms: features/algorithms.md
- Explainability: features/explain.md
- Stacking Ensemble: features/stacking-ensemble.md
- Get help: get_help.md
- How can you help?: help.md
- Contributing: contributing.md
- AutoML API: api.md
- Roadmap: roadmap.md
- Tutorials:
- Classify Titanic Passangers: tutorials/titanic.md
- Classify Random Data: tutorials/random.md
- Fairness Binary Classification: tutorials/fairness-binary-classification.md
- Fairness Multiclass Classification: tutorials/fairness-multiclass-classification.md
- Fairness Regression: tutorials/fairness-regression.md