Skip to content

Commit 7ede61a

Browse files
committed
update
1 parent 6721a1b commit 7ede61a

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,17 @@ accessible depuis le package `datasets <https://huggingface.co/docs/datasets/en/
156156
Séance 5 (6/3)
157157
==============
158158

159-
* série temporelles
160-
* analyses de survie
161-
* DeepAR
159+
**séries temporelles**
160+
161+
* :epkg:`statsmodels`, :epkg:`sktime`, :epkg:`skforecast`, :epkg:`prophet`, :epkg:`pyflux`
162+
* :epkg:`scikit-survival`, :epkg:`lifelines`, analyses de survie,
163+
`Analyse de survie <https://sdpython.github.io/doc/mlstatpy/dev/c_ml/survival_analysis.html>`_,
164+
165+
* `DeepAR <https://arxiv.org/abs/1704.04110>`_
162166
* temps réel
163167

164168
Evaluation
165169
==========
166170

167171
* https://defis.data.gouv.fr/
172+
* soutenance 11 avril 9h-13h

_doc/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
"LAESA": "https://tavianator.com/aesa/",
238238
"LAPACK": "http://www.netlib.org/lapack/",
239239
"librosa": "https://librosa.org/doc/latest/index.html",
240+
"lifelines": "https://lifelines.readthedocs.io/en/latest/",
240241
"matplotlib": "https://matplotlib.org/",
241242
"Method Resolution Order": "https://www.python.org/download/releases/2.3/mro/",
242243
"miniconda": "https://docs.conda.io/en/latest/miniconda.html",
@@ -272,12 +273,14 @@
272273
"printf-style String Formatting": "https://docs.python.org/3/library/stdtypes.html#old-string-formatting",
273274
"programmation impérative": "https://fr.wikipedia.org/wiki/Programmation_imp%C3%A9rative",
274275
"programmation fonctionnelle": "https://fr.wikipedia.org/wiki/Programmation_fonctionnelle",
276+
"prophet": "https://facebook.github.io/prophet/docs/installation.html",
275277
"protobuf": "https://protobuf.dev/",
276278
"pygame": "https://www.pygame.org/",
277279
"pyinstrument": "https://github.com/joerick/pyinstrument",
280+
"pyflux": "https://pyflux.readthedocs.io/en/latest/",
281+
"pylint": "https://github.com/pylint-dev/pylint",
278282
"pypi": "https://pypi.org/",
279283
"PyPi": "https://pypi.org/",
280-
"pylint": "https://github.com/pylint-dev/pylint",
281284
"python": "https://www.python.org/",
282285
"Python": "https://www.python.org/",
283286
"QuantileLinearRegression": "https://sdpython.github.io/doc/mlinsights/dev/api/mlmodel.html#quantilelinearregression",
@@ -290,10 +293,13 @@
290293
"rst": "https://fr.wikipedia.org/wiki/ReStructuredText",
291294
"scikit-image": "https://scikit-image.org/",
292295
"scikit-learn": "https://scikit-learn.org/stable/index.html",
296+
"scikit-survival": "https://scikit-survival.readthedocs.io/en/stable/index.html",
293297
"scipy": "https://scipy.org/",
294298
"sérialisation": "https://fr.wikipedia.org/wiki/S%C3%A9rialisation",
299+
"skforecast": "https://skforecast.org/",
295300
"sklearn": "https://scikit-learn.org/stable/index.html",
296301
"sklearn-onnx": "https://onnx.ai/sklearn-onnx/",
302+
"sktime": "https://www.sktime.net/en/stable/index.html",
297303
"skrub": "https://skrub-data.org/stable/",
298304
"SQLite": "https://www.sqlite.org/",
299305
"statsmodels": "http://www.statsmodels.org/stable/index.html",

0 commit comments

Comments
 (0)