Skip to content

Commit 065bd8b

Browse files
committed
article
1 parent 470476b commit 065bd8b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

_doc/articles/2025/2025-03-01-route2025.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ Séance 5 (6/3)
174174

175175
**séries temporelles**
176176

177+
`Foundation Models for Time Series Analysis: A Tutorial and Survey <https://arxiv.org/pdf/2403.14735>`_
178+
177179
Le modèle de référence est :epkg:`statsmodels`
178180

179181
* :ref:`Single Spectrum Analysis (SSA) <nbl-practice-ml-timeseries_ssa>`
@@ -197,10 +199,16 @@ fériés.
197199
**Deep Learning**
198200

199201
* `DeepAR <https://arxiv.org/abs/1704.04110>`_
202+
(code `Autoregressive modelling with DeepAR and DeepVAR
203+
<https://pytorch-forecasting.readthedocs.io/en/stable/tutorials/deepar.html#>`_)
204+
* `Time Series Forecasting with LLMs: Understanding and Enhancing Model Capabilities <https://arxiv.org/html/2402.10835v1>`_
205+
* `Time-LLM: Time Series Forecasting by Reprogramming Large Language Models <https://arxiv.org/abs/2310.01728>`_
200206
* temps réel
201207

202208
Evaluation
203209
==========
204210

205211
* https://defis.data.gouv.fr/
212+
* le projet doit inclure au moins un graphe
213+
*Partial Dependence* ou *Permutation Importance* (voir liens ci-dessus)
206214
* soutenance 11 avril 9h-13h

_doc/conf.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# coding: utf-8
21
import os
32
import sys
4-
53
from sphinx_runpython.conf_helper import has_dvipng, has_dvisvgm
64
from sphinx_runpython.github_link import make_linkcode_resolve
7-
85
from teachpyx import __version__
96

7+
108
extensions = [
119
"nbsphinx",
1210
"sphinx.ext.autodoc",
@@ -44,7 +42,7 @@
4442
source_suffix = ".rst"
4543
master_doc = "index"
4644
project = "teachpyx"
47-
copyright = "2016-2024, Xavier Dupré"
45+
copyright = "2016-2025, Xavier Dupré"
4846
author = "Xavier Dupré"
4947
version = __version__
5048
release = __version__

0 commit comments

Comments
 (0)