Skip to content

Commit 3eaa218

Browse files
committed
Pushing the docs to dev/ for branch: main, commit 5599dcd4701dacd5c57674aeb7d82b2475ceb5db
1 parent 144a032 commit 3eaa218

File tree

1,237 files changed

+4452
-4401
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,237 files changed

+4452
-4401
lines changed
Binary file not shown.

dev/_downloads/138e7c706c17949c3098ff8074b03ce7/plot_release_highlights_1_2_0.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,15 @@
9090
# The estimator can now run on any Array API compliant libraries such as
9191
# `CuPy <https://docs.cupy.dev/en/stable/overview.html>`__, a GPU-accelerated array
9292
# library. For details, see the :ref:`User Guide <array_api>`.
93+
94+
# %%
95+
# Improved efficiency of many estimators
96+
# --------------------------------------
97+
# In version 1.1 the efficiency of many estimators relying on the computation of
98+
# pairwise distances was greatly improved for float64 dense input. In version 1.2,
99+
# the efficiency of these estimators was further improved for all combinations of
100+
# float32/float64 and dense/sparse input (for all metrics except euclidean). It
101+
# concerns essentially clustering, manifold learning and neighbor search algorithms.
102+
# A detailed list of the impacted estimators can be found in the
103+
# :ref:`changelog <changes_1_2>`. The main benefits are a reduced memory footprint
104+
# and a much better scalability on multi-core machines.
Binary file not shown.

dev/_downloads/df1b185d030fd32d53b4b2303d64816c/plot_release_highlights_1_2_0.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@
7878
"source": [
7979
"## Experimental Array API support in :class:`~discriminant_analysis.LinearDiscriminantAnalysis`\nExperimental support for the [Array API](https://data-apis.org/array-api/latest/)\nspecification was added to :class:`~discriminant_analysis.LinearDiscriminantAnalysis`.\nThe estimator can now run on any Array API compliant libraries such as\n[CuPy](https://docs.cupy.dev/en/stable/overview.html)_, a GPU-accelerated array\nlibrary. For details, see the `User Guide <array_api>`.\n\n"
8080
]
81+
},
82+
{
83+
"cell_type": "markdown",
84+
"metadata": {},
85+
"source": [
86+
"## Improved efficiency of many estimators\nIn version 1.1 the efficiency of many estimators relying on the computation of\npairwise distances was greatly improved for float64 dense input. In version 1.2,\nthe efficiency of these estimators was further improved for all combinations of\nfloat32/float64 and dense/sparse input (for all metrics except euclidean). It\nconcerns essentially clustering, manifold learning and neighbor search algorithms.\nA detailed list of the impacted estimators can be found in the\n`changelog <changes_1_2>`. The main benefits are a reduced memory footprint\nand a much better scalability on multi-core machines.\n\n"
87+
]
8188
}
8289
],
8390
"metadata": {

dev/_downloads/scikit-learn-docs.zip

-8.14 KB
Binary file not shown.
-246 Bytes
196 Bytes
-204 Bytes
4 Bytes
-417 Bytes

0 commit comments

Comments
 (0)