Skip to content

Commit 55a730a

Browse files
author
Vincent Blot
committed
FIX: add number to parts of the notebook
1 parent 3d30c18 commit 55a730a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

notebooks/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ convert2rst:
88
gsed -i -e'/WARNING:tensorflow/d' $(dir)/$(file).rst
99
gsed -i -e's/.. code:: ipython3/.. code-block:: python/g' $(dir)/$(file).rst
1010
gsed -i -e's/``/`/g' $(dir)/$(file).rst
11+
gsed -i -e's/`TensorflowToMapie`/``TensorflowToMapie``/g' $(dir)/$(file).rst
1112
cp $(dir)/$(file).rst ../doc/$(file).rst
1213
cp -r $(dir)/$(file)_files ../doc/
1314
rm -rf $(dir)/.ipynb_checkpoints

notebooks/classification/Cifar10.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
"cell_type": "markdown",
387387
"metadata": {},
388388
"source": [
389-
"## Training the algorithm with a custom class called `TensorflowToMapie`\n",
389+
"## 3. Training the algorithm with a custom class called `TensorflowToMapie`\n",
390390
"\n",
391391
"As MAPIE asked that the model has a `fit`, `predict_proba`, `predict` class attributes and that the information about if whether or not the model is fitted."
392392
]

0 commit comments

Comments
 (0)