File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,30 @@ From PyPi or conda-forge repositories
2020imbalanced-learn is currently available on the PyPi's repositories and you can
2121install 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+
2947From source available on GitHub
3048-------------------------------
3149
You can’t perform that action at this time.
0 commit comments