Skip to content

Commit

Permalink
docs: add user_guide and resources pages
Browse files Browse the repository at this point in the history
  • Loading branch information
d.a.bunin committed Aug 8, 2023
1 parent 338d3d4 commit 380c6f1
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Contents
:maxdepth: 1
:titlesonly:

user_guide
installation
tutorials
api_reference
50 changes: 50 additions & 0 deletions docs/source/resources.rst
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
15 changes: 15 additions & 0 deletions docs/source/user_guide.rst
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

0 comments on commit 380c6f1

Please sign in to comment.