-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add user_guide and resources pages
- Loading branch information
d.a.bunin
committed
Aug 8, 2023
1 parent
338d3d4
commit 380c6f1
Showing
3 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ Contents | |
:maxdepth: 1 | ||
:titlesonly: | ||
|
||
user_guide | ||
installation | ||
tutorials | ||
api_reference |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
.. _resources: | ||
|
||
External resources | ||
================== | ||
|
||
There are several external resources related to the library that are available in different languages. | ||
|
||
English language | ||
---------------- | ||
|
||
- `Store sales prediction with etna library <https://www.kaggle.com/dmitrybunin/store-sales-prediction-with-etna-library?scriptVersionId=81104235>`_ on Kaggle | ||
|
||
- `Forecasting with ETNA: Fast and Furious <https://medium.com/its-tinkoff/forecasting-with-etna-fast-and-furious-1b58e1453809>`_ on Medium | ||
|
||
- `Tabular Playground Series - Jan 2022 <https://www.kaggle.com/code/chikovalexander/tps-jan-2022-etna/notebook>`_ on Kaggle | ||
|
||
- `Tabular Playground Series - Mar 2022 (7th place!) <https://www.kaggle.com/code/chikovalexander/tps-mar-2022-etna/notebook?scriptVersionId=91575908>`_ on Kaggle | ||
|
||
- `EDA notebook for Ubiquant Market Prediction <https://www.kaggle.com/code/martins0n/ubiquant-eda-toy-predictions-etna>`_ on Kaggle | ||
|
||
- `Time series forecasting with ETNA: first steps <https://medium.com/its-tinkoff/time-series-forecasting-with-etna-first-steps-dfaf90c5b919>`_ on Medium | ||
|
||
- `ETNA Regressors <https://medium.com/its-tinkoff/etna-regressors-d2722923e88e>`_ on Medium | ||
|
||
- `ETNA: Time Series Analysis. What, why and how? <https://medium.com/its-tinkoff/etna-time-series-analysis-what-why-and-how-e45557af4f6c>`_ on Medium | ||
|
||
- `Time Series Forecasting Strategies in ETNA <https://medium.com/its-tinkoff/time-series-forecasting-strategies-in-etna-93d7d2f8a911>`_ on Medium | ||
|
||
- `Forecasting using ETNA library | 60 lines Catboost <https://www.kaggle.com/code/goolmonika/forecasting-using-etna-library-60-lines-catboost>`_ on Kaggle | ||
|
||
Russian language | ||
---------------- | ||
|
||
- `PyCon Russia September 2021 talk <https://youtu.be/VxWHLEFgXnE>`_ on YouTube | ||
|
||
- `Знакомьтесь: ETNA <https://habr.com/ru/companies/tinkoff/articles/598823/>`_ on Habr | ||
|
||
- `Как прогнозировать временные ряды с ETNA <https://habr.com/ru/companies/tinkoff/articles/657297/>`_ on Habr | ||
|
||
- `Дополнительные временные ряды в ETNA <https://habr.com/ru/companies/tinkoff/articles/665564/>`_ on Habr | ||
|
||
- `DUMP May 2022 talk <https://youtu.be/12uuxepdtks>`_ on YouTube | ||
|
||
- `ETNA Meetup Jun 2022 <https://www.youtube.com/watch?v=N1Xy3EqY058&list=PLLrf_044z4JrSsjMd-3dF6VbBLPI_yOxG>`_ on YouTube | ||
|
||
- `Инструменты анализа временных рядов в ETNA <https://habr.com/ru/companies/tinkoff/articles/677186/>`_ on Habr | ||
|
||
- `Стратегии прогнозирования временных рядов в ETNA <https://habr.com/ru/companies/tinkoff/articles/716692/>`_ on Habr | ||
|
||
- `Прикладные задачи анализа данных, лекция 8 — Временные ряды 2 <https://youtu.be/1gXVbidDZck>`_ on YouTube |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.. _user_guide: | ||
|
||
User Guide | ||
============ | ||
|
||
Contents | ||
-------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:titlesonly: | ||
|
||
installation | ||
tutorials | ||
resources |