https://github.com/MVRonkin/TimeSeriesCourse/tree/main/2026
Details
Материалы состоят- из лекционных презентаций по следующим темам
- 2.1. Визуализация и предварительный анализ ВР
- 2.2. Фреймворки для решения задач предсказания ВР
- 2.3. Методы авторегрессии-скользящего среднего
- 2.4. Оценка качеста предсказаний ВР
- 2.5. Продвинутые техники использования фреймворков в задачах предсказания ВР
- 2.6. Использование методов машинного обучения в задачах предсказания ВР
- 2.7. Использование методов глубоких нейронных сетей в задачах предсказания ВР
- 2.8. Решение задач поиска аномалий во ВР
- 2.9. Решение задач классификации ВР (доп. Раздел).
- итогового задания https://github.com/MVRonkin/TimeSeriesCourse/blob/main/2026/README.md
| Занятие | Тема | Материалы |
|---|---|---|
| Лекция 1 - 1/2 | Введение в АВР | GitHub |
| Лекция 1 - 2/2 | Модели ВР | GitHub |
| Лекция 2 - 1/2 | Статистические свойства ВР | GitHub |
| Лекция 2 - 2/2 | Разложение ВР | GitHub |
| Практика 1 | EDA и визуализация ВР | GitHub / Colab |
| Занятие | Тема | Материалы |
|---|---|---|
| Лекция 3 - 1/2 | Методы экспоненциального сглаживания | GitHub |
| Лекция 3 - 2/2 | Метрики АВР | GitHub |
| Практика 2 | Базовые методы предсказания ВР | GitHub / Colab |
| Лекция 4 - 1/2 | ARIMA | GitHub |
| Лекция 4 - 2/2 | Анализ остатков предсказания | GitHub |
| Практика 3 | ARIMA | GitHub / Colab |
| Практика 4 | Диагностика ВР | GitHub / Colab |
| Занятие | Тема | Материалы |
|---|---|---|
| Лекция 5 - 1/2 | Методы машинного обучения для предсказания ВР | GitHub |
| Лекция 5 - 2/2 | Оценка надежности предсказаний ВР | GitHub |
| Практика 5 | ВР Оценка надежности предсказаний ВР | GitHub / Colab |
| Практика 6 | ML предсказание | GitHub / Colab |
| Лекция 6 - 1/2 | Многомерные ВР | GitHub |
| Лекция 6 - 2/2 | Обнаружение аномалий во ВР | GitHub |
| Практика 7 | Обнаружение аномалий и другие задачи АВР | GitHub / Colab |
Модуль 4 - Использование искусственных нейронных сетей глубокого обучения в задачах анализа временных рядов
| Занятие | Тема | Материалы |
|---|---|---|
| Лекция 7 - 1/2 | Полносвязные архитектуры нейронных сетей | GitHub |
| Лекция 7 - 2/2 | Рекуррентные архитектуры нейронных сетей | GitHub |
| Лекция 8 | Архитектуры - трансфомеры | GitHub |
| Практика 8 | Предсказания с использованием нейронных сетей | GitHub / Colab |
| Занятие | Тема | Материалы |
|---|---|---|
| Практика | Моделирование ВР | GitHub / Colab |
| Лекция | Классификация ВР | GitHub |
| Практика | Data Driven Классификация ВР | GitHub / Colab |
| Практика | Deep Learning Классификация ВР | GitHub / Colab |
| Лекция | Непараметрические методы АВР | GitHub |
Основной репозиторий курса: GitHub
- Rob J H Forecasting: Principles and Practice, the Pythonic Way - основной учебник
- Rob J H and G Athanasopoulos Forecasting: Principles and Practice (3rd ed) - расширенное описание глав, посвященных класическому АВР
- Nixtla statsforecas и GitHub документация - основной фреймворк по классике, GitHub docs2, GitHub Experiments
- Nixtla mlforecast и GitHub docs и GitHub docs2
- Nixtla neuralforecast и GitHub docs, GitHub docs2 and GitHub Experiments
- Nixtla blog github и тут
- Blog ODS TSA, GitHub Ru, GitHub En
- ШАД Ml handbook Chs 10.2-10.5
- Machine Learning for Time Series (Master MVA)
- Блог введение в анализ временных рядов
- Bianchi F M Time series analysis with Python [GitHub](https://github.com/FilippoMB/python-time-series-handbook /) - простое Pythonic Way изложение классического моделирования ВР
- skforecast и [примеры к skforecast](/ https://cienciadedatos.net/documentos/py27-time-series-forecasting-python-scikitlearn.html) - полезное и хорошее описание примеров предсказания ВР
- statsmodels.tsa и [user guide](/ https://www.statsmodels.org/stable/user-guide.html#time-series-analysis) - классический фреймворк моделирования ВР
- прекрасные туториалы skforecast / GitHub / Mirror
- Простая статья по TSA
- Forecasting and Analytics with the Augmented Dynamic Adaptive Model (ADAM)
- https://clauswilke.com/dataviz/
- https://github.com/M-3LAB/awesome-industrial-anomaly-detection
- https://nicolarighetti.github.io/Time-Series-Analysis-With-R/
- https://rc2e.com/timeseriesanalysis
- https://mlcourse.ai/book/topic09/topic9_part1_time_series_python.html
- https://wesmckinney.com/book/time-series
- https://jakevdp.github.io/PythoмnDataScienceHandbook/03.11-working-with-time-series.html
- Time Series with Deep Learning Quick https://dl.leima.is/time-series/
- https://github.com/aeon-toolkit/aeon-tutorials/tree/main
- https://github.com/sktime/python_brasil_2025
- https://www.analyticsvidhya.com/blog/2015/12/complete-tutorial-time-series-modeling/
- http://www.stat.ucla.edu/~frederic/415/S23/tsa4.pdf
- https://www.kaggle.com/code/konradb/ts-0-the-basics
- https://github.com/ajitsingh98/Time-Series-Analysis-and-Forecasting-with-Python
- https://github.com/youssefHosni/Hands-On-Time-Series-Analysis-with-Python
- https://www.causalmlbook.com/time-series-forecasting.html
- https://github.com/USTCAGI/Awesome-Papers-Time-Series-Forecasting
- https://chaos.phys.msu.ru/loskutov/PDF/Lectures_time_series_analysis.pdf
- https://lib.ulstu.ru/venec/disk/2022/6.pdf
- https://github.com/LinkedInLearning/python-for-time-series-forecasting-5246009/tree/main
- https://github.com/aromanenko/ATSF/tree/main
- https://github.com/gheisenberg/TSF
- https://github.com/datons/TS/tree/
- https://github.com/oscar-defelice/TimeSeries-lectures
- https://github.com/j-adamczyk/ml_time_series_forecasting_course/
- https://github.com/trainindata/feature-engineering-for-time-series-forecasting/
-
https://nixtlaverse.nixtla.io/statsforecast/index.html /https://github.com/Nixtla/statsforecast
-
https://www.statsmodels.org/stable/tsa.html / https://www.statsmodels.org/stable/user-guide.html#time-series-analysis
-
https://github.com/Y-Research-SBU/TimeSeriesScientist/tree/main
- https://aeon-toolkit.org/
- https://timeseriesai.github.io/tsai/
- https://tsfel.readthedocs.io/
- https://github.com/predict-idlab/tsflex / https://predict-idlab.github.io/tsflex/
- https://github.com/valeman/awesome-conformal-prediction
- https://github.com/thuml/Time-Series-Library
- https://github.com/ritvikmath/Time-Series-Analysis
-
https://riverml.xyz / https://habr.com/ru/companies/glowbyte/articles/681772/
-
https://tom-doerr.github.io/repo_posts/2025/04/26/Nixtla-statsforecast.html
- https://github.com/aeon-toolkit/aeon-tutorials/tree/main
- https://github.com/sktime/python_brasil_2025
- https://github.com/sktime/sktime-workshop-pycon-colombia-2025/tree/main/notebooks
- https://github.com/Nixtla/blog/
- https://github.com/Nixtla/fpp3-python
- https://www.pymc-labs.com/blog-posts/probabilistic-forecasting
- https://www.pymc.io/projects/docs/en/latest/api/distributions/timeseries.html
- https://juanitorduz.github.io/short_time_series_pymc/
- https://neuralprophet.com/tutorials/index.html
- https://skforecast.org/0.19.1/examples/examples_english.html
- https://readmedium.com/bayesian-time-series-forecasting-in-python-with-the-ubers-orbit-package-1d3b7ff482dd
- https://github.com/aangelopoulos/conformal-prediction/tree/main
- https://towardsdatascience.com/uncertainty-quantification-in-time-series-forecasting-c9599d15b08b/
- https://readmedium.com/time-series-forecasting-with-conformal-prediction-intervals-scikit-learn-is-all-you-need-4b68143a027a
- https://github.com/cerlymarco/MEDIUM_NoteBook
- https://github.com/cerlymarco/tspiral
- https://juanitorduz.github.io/tsb_numpyro/ https://juanitorduz.github.io/croston_numpyro/
- https://github.com/valeman/Transformers_And_LLM_Are_What_You_Dont_Need
- https://github.com/cuge1995/awesome-time-series