Skip to content

Commit ac04f18

Browse files
committed
Pushing the docs to dev/ for branch: master, commit 1c8dd83829d689971acb88f949b368aef0916a46
1 parent 0428ae5 commit ac04f18

File tree

1,202 files changed

+3700
-3700
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,202 files changed

+3700
-3700
lines changed
Binary file not shown.

dev/_downloads/52c5954be0a0672abf5902b09fa6997d/plot_nca_illustration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from sklearn.datasets import make_classification
1717
from sklearn.neighbors import NeighborhoodComponentsAnalysis
1818
from matplotlib import cm
19-
from sklearn.utils.fixes import logsumexp
19+
from scipy.special import logsumexp
2020

2121
print(__doc__)
2222

dev/_downloads/953f706a40d84ccda2146f9de7386779/plot_nca_illustration.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"outputs": [],
2828
"source": [
29-
"# License: BSD 3 clause\n\nimport numpy as np\nimport matplotlib.pyplot as plt\nfrom sklearn.datasets import make_classification\nfrom sklearn.neighbors import NeighborhoodComponentsAnalysis\nfrom matplotlib import cm\nfrom sklearn.utils.fixes import logsumexp\n\nprint(__doc__)"
29+
"# License: BSD 3 clause\n\nimport numpy as np\nimport matplotlib.pyplot as plt\nfrom sklearn.datasets import make_classification\nfrom sklearn.neighbors import NeighborhoodComponentsAnalysis\nfrom matplotlib import cm\nfrom scipy.special import logsumexp\n\nprint(__doc__)"
3030
]
3131
},
3232
{
Binary file not shown.

dev/_downloads/scikit-learn-docs.pdf

-15.1 KB
Binary file not shown.

dev/_images/iris.png

0 Bytes
633 Bytes
633 Bytes
154 Bytes
154 Bytes

0 commit comments

Comments
 (0)