Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion _doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from sphinx_runpython.conf_helper import has_dvipng, has_dvisvgm
from mlstatpy import __version__


extensions = [
"nbsphinx",
"sphinx.ext.autodoc",
Expand Down
1 change: 0 additions & 1 deletion _doc/notebooks/dsgarden/correlation_non_lineaire.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2918,7 +2918,6 @@
"source": [
"import numpy as np\n",
"\n",
"\n",
"rs = np.random.RandomState(seed=0)\n",
"\n",
"\n",
Expand Down
1 change: 0 additions & 1 deletion _doc/notebooks/image/segment_detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@
"source": [
"from PIL import ImageFilter\n",
"\n",
"\n",
"pilimg = (\n",
" pilimg.filter(ImageFilter.BLUR)\n",
" .filter(ImageFilter.BLUR)\n",
Expand Down
1 change: 0 additions & 1 deletion _doc/notebooks/ml/neural_tree.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,6 @@
"source": [
"from sklearn.linear_model import LogisticRegression\n",
"\n",
"\n",
"clsX = numpy.empty((100, 2), dtype=numpy.float64)\n",
"clsX[:50] = numpy.random.randn(50, 2)\n",
"clsX[50:] = numpy.random.randn(50, 2) + 2\n",
Expand Down
Loading