File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,26 @@ library for Windows, Mac OSX and Linux.
230
230
Anaconda offers scikit-learn as part of its free distribution.
231
231
232
232
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
+
233
253
WinPython for Windows
234
254
-----------------------
235
255
You can’t perform that action at this time.
0 commit comments