-
Notifications
You must be signed in to change notification settings - Fork 52
/
mkdocs.yml
61 lines (60 loc) · 1.88 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
site_name: XGBoost Survival Embeddings
repo_url: https://github.com/loft-br/xgboost-survival-embeddings
site_description: Better XGBoost survival analysis with embeddings and debiased estimators.
site_author: Loft Data Science Team
use_directory_urls: false
nav:
- Home: index.md
- Install: install.md
- How XGBSE works: how_xgbse_works.md
- Basic Usage: basic-usage.md
- Modules:
- XGBSEBaseEstimator: modules/base.md
- XGBSEDebiasedBCE: modules/bce.md
- XGBSEStackedWeibull: modules/stacked_weibull.md
- XGBSEKaplanNeighbors: modules/kaplan_neighs.md
- XGBSEKaplanTree: modules/kaplan_tree.md
- XGBSEBootstrapEstimator: modules/meta.md
- extrapolation: modules/extrapolation.md
- converters: modules/converters.md
- metrics: modules/metrics.md
- Examples:
- Basic usage: examples/basic_usage.md
- Confidence intervals: examples/confidence_interval.md
- Extrapolation: examples/extrapolation_example.md
- Benchmarks: benchmarks/benchmarks.md
plugins:
- mkdocstrings
- search
copyright:
theme:
name: material
font:
text: Helvetica
favicon: img/loft_icon.png
features:
- navigation.tabs
logo: img/loft_icon.png
markdown_extensions:
- admonition
- pymdownx.keys
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.details
- pymdownx.tabbed
- pymdownx.inlinehilite
- toc:
permalink: true
- pymdownx.highlight:
use_pygments: false
- pymdownx.arithmatex:
generic: true
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js
- javascripts/config.js
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- javascripts/tables.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/googlecode.min.css