forked from skforecast/skforecast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
173 lines (160 loc) · 6.74 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
site_name: Skforecast Docs
extra_css:
- stylesheets/extra.css
repo_url: https://github.com/JoaquinAmatRodrigo/skforecast
site_url: https://joaquinamatrodrigo.github.io/skforecast/
site_description: Python library that eases using scikit-learn regressors as multi-step forecasters. It also works with any regressor compatible with the scikit-learn API (XGBoost, LightGBM, Ranger...).
site_author: Joaquin Amat Rodrigo and Javier Escobar Ortiz
use_directory_urls: false
copyright: Copyright © 2021 - 2023 Joaquín Amat Rodrigo, Javier Escobar Ortiz
nav:
- Home:
- Welcome to skforecast: README.md
- Introduction to forecasting: introduction-forecasting/introduction-forecasting.md
- Quick start: user_guides/quick-start-skforecast.ipynb
- User Guides: user_guides/input-data.ipynb
- Examples and tutorials: examples/examples.md
- API Reference: api/ForecasterAutoreg.md
- FAQ and Tips: faq/faq.md
- Releases: releases/releases.md
- Introduction to forecasting:
- Introduction to forecasting: introduction-forecasting/introduction-forecasting.md
- Quick start:
- Quick start: user_guides/quick-start-skforecast.ipynb
- Forecaster Parameters: introduction-forecasting/forecaster-parameters.md
- Forecaster Attributes: introduction-forecasting/forecaster-attributes.ipynb
- User Guides:
- Input data: user_guides/input-data.ipynb
- Recursive multi-step forecasting: user_guides/autoregresive-forecaster.ipynb
- Direct multi-step forecasting: user_guides/direct-multi-step-forecasting.ipynb
- Independent multi-time series forecasting: user_guides/independent-multi-time-series-forecasting.ipynb
- Dependent multivariate series forecasting: user_guides/dependent-multi-series-multivariate-forecasting.ipynb
- ARIMA and SARIMAX forecasting: user_guides/forecasting-sarimax-arima.ipynb
- Exogenous variables: user_guides/exogenous-variables.ipynb
- Custom predictors: user_guides/custom-predictors.ipynb
- Weighted time series forecasting: user_guides/weighted-time-series-forecasting.ipynb
- Backtesting forecaster: user_guides/backtesting.ipynb
- Hyperparameter tuning and lags selection: user_guides/hyperparameter-tuning-and-lags-selection.ipynb
- Scikit-learn Transformers and Pipelines: user_guides/sklearn-transformers-and-pipeline.ipynb
- Probabilistic forecasting: user_guides/probabilistic-forecasting.ipynb
- Feature importances: user_guides/feature-importances.ipynb
- Categorical features: user_guides/categorical-features.ipynb
- Forecasting with XGBoost and LightGBM: user_guides/forecasting-xgboost-lightgbm.ipynb
- Forecaster in production: user_guides/forecaster-in-production.ipynb
- Save and load forecaster: user_guides/save-load-forecaster.ipynb
- Shap-values: user_guides/shap-values-skforecast.ipynb
- Skforecast in GPU: user_guides/skforecast-in-GPU.ipynb
- Plot forecaster residuals: user_guides/plot-forecaster-residuals.ipynb
- Examples and tutorials:
- Examples and tutorials: examples/examples.md
- API Reference:
- ForecasterAutoreg: api/ForecasterAutoreg.md
- ForecasterAutoregCustom: api/ForecasterAutoregCustom.md
- ForecasterAutoregDirect: api/ForecasterAutoregDirect.md
- ForecasterMultiSeries: api/ForecasterMultiSeries.md
- ForecasterMultiSeriesCustom: api/ForecasterMultiSeriesCustom.md
- ForecasterMultiVariate: api/ForecasterMultiVariate.md
- ForecasterSarimax: api/ForecasterSarimax.md
- Sarimax: api/Sarimax.md
- model_selection: api/model_selection.md
- model_selection_multiseries: api/model_selection_multiseries.md
- model_selection_sarimax: api/model_selection_sarimax.md
- preprocessing: api/preprocessing.md
- plot: api/plot.md
- utils: api/utils.md
- exceptions: api/exceptions.md
- FAQ and Tips:
- Table of contents: faq/faq.md
- Time series differentiation: faq/time-series-differentiation.ipynb
- Avoid negative predictions when forecasting: faq/non-negative-predictions.ipynb
- Forecasting time series with missing values: faq/forecasting-time-series-with-missing-values.ipynb
- Cyclical features in time series: faq/cyclical-features-time-series.ipynb
- Parallelization in skforecast: faq/parallelization-skforecast.ipynb
- Profiling skforecast: faq/profiling-skforecast.ipynb
- Releases: releases/releases.md
plugins:
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
docstring_section_style: table
show_root_heading: true
show_root_full_path: false
merge_init_into_class: true
filters: ["!__"] # exclude all members starting with __
members_order: source
docstring_options:
ignore_init_summary: true
- mkdocs-jupyter:
ignore_h1_titles: True
include_source: True
execute: False
allow_errors: False
- search
theme:
name: material
custom_dir: docs/overrides
font:
text: Open Sans
code: Ubuntu Mono
logo: img/logo-skforecast-orange-no-backgound.png
favicon: img/favicon.png
highlightjs: true
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.top
palette:
# # Palette toggle for automatic mode
# - media: "(prefers-color-scheme)"
# primary: custom
# accent: custom
# toggle:
# icon: material/brightness-auto
# name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: light
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- codehilite
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.tabbed
- pymdownx.highlight:
use_pygments: true
linenums: true
- pymdownx.superfences
- pymdownx.magiclink
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: true
extra:
version:
provider: mike
analytics:
provider: google
property: G-GR8X9Z9LKL
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.