-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
mkdocs.yml
36 lines (32 loc) · 796 Bytes
/
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
site_name: Polars-ds API References
site_url: https://polars-ds-extension.readthedocs.io/en/latest/
use_directory_urls: false
nav:
- Home: index.md
- Diagnosis: dia.md
- Pipeline: pipeline.md
- Sample and Split: sample_and_split.md
- Numerical Functions: num.md
- Statistics: stats.md
- String Related: string.md
- ML Metrics/Loss: metrics.md
- Linear Models: linear_models.md
- Linear Regression as Polars Expr: expr_linear.md
- Spatial Models: spatial.md
- KNN as Polars Expr: expr_knn.md
- Time Series Features: ts_features.md
- Miscellaneous: polars_ds.md
theme:
name: material
locale: en
highlightjs: true
plugins:
- search
- section-index
- mkdocstrings:
handlers:
python:
paths: [python]
options:
summary: true
docstring_style: numpy