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)
174174
175175**séries temporelles **
176176
177+ `Foundation Models for Time Series Analysis: A Tutorial and Survey <https://arxiv.org/pdf/2403.14735 >`_
178+
177179Le 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
202208Evaluation
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
Original file line number Diff line number Diff line change 1- # coding: utf-8
21import os
32import sys
4-
53from sphinx_runpython .conf_helper import has_dvipng , has_dvisvgm
64from sphinx_runpython .github_link import make_linkcode_resolve
7-
85from teachpyx import __version__
96
7+
108extensions = [
119 "nbsphinx" ,
1210 "sphinx.ext.autodoc" ,
4442source_suffix = ".rst"
4543master_doc = "index"
4644project = "teachpyx"
47- copyright = "2016-2024 , Xavier Dupré"
45+ copyright = "2016-2025 , Xavier Dupré"
4846author = "Xavier Dupré"
4947version = __version__
5048release = __version__
You can’t perform that action at this time.
0 commit comments