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
20
20
imbalanced-learn is currently available on the PyPi's repositories and you can
21
21
install it via `pip `::
22
22
23
- pip install -U imbalanced-learn
23
+ pip install imbalanced-learn
24
24
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 `)::
26
27
27
28
conda install -c conda-forge imbalanced-learn
28
29
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
+
29
47
From source available on GitHub
30
48
-------------------------------
31
49
You can’t perform that action at this time.
0 commit comments