8000 DOC Mention intel conda channel in installation doc (#14247) · scikit-learn/scikit-learn@5f3c3f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f3c3f0

Browse files
ogriseladrinjalali
authored andcommitted
DOC Mention intel conda channel in installation doc (#14247)
1 parent f135e26 commit 5f3c3f0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

doc/install.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,26 @@ library for Windows, Mac OSX and Linux.
230230
Anaconda offers scikit-learn as part of its free distribution.
231231

232232

233+
Intel conda channel
234+
-------------------
235+
236+
Intel maintains a dedicated conda channel that ships scikit-learn::
237+
238+
$ conda install -c intel scikit-learn
239+
240+
This version of scikit-learn comes with alternative solvers for some common
241+
estimators. Those solvers come from the DAAL C++ library and are optimized for
242+
multi-core Intel CPUs.
243+
244+
Note that those solvers are not enabled by default, please refer to the
245+
`daal4py <https://intelpython.github.io/daal4py/sklearn.html>`_ documentation
246+
for more details.
247+
248+
Compatibility with the standard scikit-learn solvers is checked by running the
249+
full scikit-learn test suite via automated continuous integration as reported
250+
on https://github.com/IntelPython/daal4py.
251+
252+
233253
WinPython for Windows
234254
-----------------------
235255

0 commit comments

Comments
 (0)
0