File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,8 @@ Séance 5 (6/3)
174
174
175
175
**séries temporelles **
176
176
177
+ `Foundation Models for Time Series Analysis: A Tutorial and Survey <https://arxiv.org/pdf/2403.14735 >`_
178
+
177
179
Le modèle de référence est :epkg: `statsmodels `
178
180
179
181
* :ref: `Single Spectrum Analysis (SSA) <nbl-practice-ml-timeseries_ssa >`
@@ -197,10 +199,16 @@ fériés.
197
199
**Deep Learning **
198
200
199
201
* `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 >`_
200
206
* temps réel
201
207
202
208
Evaluation
203
209
==========
204
210
205
211
* https://defis.data.gouv.fr/
212
+ * le projet doit inclure au moins un graphe
213
+ *Partial Dependence * ou *Permutation Importance * (voir liens ci-dessus)
206
214
* soutenance 11 avril 9h-13h
Original file line number Diff line number Diff line change 1
- # coding: utf-8
2
1
import os
3
2
import sys
4
-
5
3
from sphinx_runpython .conf_helper import has_dvipng , has_dvisvgm
6
4
from sphinx_runpython .github_link import make_linkcode_resolve
7
-
8
5
from teachpyx import __version__
9
6
7
+
10
8
extensions = [
11
9
"nbsphinx" ,
12
10
"sphinx.ext.autodoc" ,
44
42
source_suffix = ".rst"
45
43
master_doc = "index"
46
44
project = "teachpyx"
47
- copyright = "2016-2024 , Xavier Dupré"
45
+ copyright = "2016-2025 , Xavier Dupré"
48
46
author = "Xavier Dupré"
49
47
version = __version__
50
48
release = __version__
You can’t perform that action at this time.
0 commit comments