We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5100319 commit 66891dbCopy full SHA for 66891db
3 files changed
.github/workflows/documentation.yml
@@ -35,7 +35,7 @@ jobs:
35
run: python -m pip install -r requirements-dev.txt
36
37
- name: Cache pip
38
- uses: actions/cache@v2
+ uses: actions/cache@v4
39
with:
40
path: ~/.cache/pip
41
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
.gitignore
@@ -18,6 +18,7 @@ prof
18
temp_*
19
.ipynb_checkpoints
20
_doc/CHANGELOGS.rst
21
+_doc/sg_execution_times.rst
22
_doc/LICENSE.txt
23
_doc/auto_examples/*
24
_doc/examples/_cache/*
_doc/c_ml/survival_analysis.rst
@@ -15,9 +15,6 @@ C'est domaine développé
15
pour mesurer les effets d'une substance, d'un médicament
16
sur un corps vivant, une personne.
17
-.. contents::
- :local:
-
Lien avec le machine learning
=============================
0 commit comments