Skip to content

Commit 1fb69ca

Browse files
authored
DOC add section about scikit-learn-intelex (#1026)
1 parent 2859cb0 commit 1fb69ca

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

doc/install.rst

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,30 @@ From PyPi or conda-forge repositories
2020
imbalanced-learn is currently available on the PyPi's repositories and you can
2121
install it via `pip`::
2222

23-
pip install -U imbalanced-learn
23+
pip install imbalanced-learn
2424

25-
The package is released also on the Anaconda Cloud platform::
25+
The package is released also on the conda-forge repositories and you can install
26+
it with `conda` (or `mamba`)::
2627

2728
conda install -c conda-forge imbalanced-learn
2829

30+
Intel optimizations via scikit-learn-intelex
31+
--------------------------------------------
32+
33+
Imbalanced-learn relies entirely on scikit-learn algorithms. Intel provides an
34+
optimized version of scikit-learn for Intel hardwares, called scikit-learn-intelex.
35+
Installing scikit-learn-intelex and patching scikit-learn will activate the
36+
Intel optimizations.
37+
38+
You can refer to the following
39+
`blog post <https://medium.com/intel-analytics-software/why-pay-more-for-machine-learning-893683bd78e4>`_
40+
for some benchmarks.
41+
42+
Refer to the following documentation for instructions:
43+
44+
- `Installation guide <https://intel.github.io/scikit-learn-intelex/installation.html>`_.
45+
- `Patching guide <https://intel.github.io/scikit-learn-intelex/what-is-patching.html>`_.
46+
2947
From source available on GitHub
3048
-------------------------------
3149

0 commit comments

Comments
 (0)