Skip to content

Commit 3f064b7

Browse files
committed
update readme for sklearnex
1 parent 327b386 commit 3f064b7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
**Machine Learning Benchmarks** contains implementations of machine learning algorithms
77
across data analytics frameworks. Scikit-learn_bench can be extended to add new frameworks
88
and algorithms. It currently support the [scikit-learn](https://scikit-learn.org/),
9-
[DAAL4PY](https://intelpython.github.io/daal4py/), [cuML](https://github.com/rapidsai/cuml),
9+
[DAAL4PY](https://github.com/intel/scikit-learn-intelex/tree/master/daal4py), [cuML](https://github.com/rapidsai/cuml),
1010
and [XGBoost](https://github.com/dmlc/xgboost) frameworks for commonly used
1111
[machine learning algorithms](#supported-algorithms).
1212

@@ -28,7 +28,7 @@ We publish blogs on Medium, so [follow us](https://medium.com/intel-analytics-so
2828

2929
* [Prerequisites](#prerequisites)
3030
* [How to create conda environment for benchmarking](#how-to-create-conda-environment-for-benchmarking)
31-
* [How to enable daal4py patching for scikit-learn benchmarks](#how-to-enable-daal4py-patching-for-scikit-learn-benchmarks)
31+
* [How to enable Intel(R) Extension for Scikit-learn* patching for scikit-learn benchmarks](#how-to-enable-sklearnex-patching-for-scikit-learn-benchmarks)
3232
* [Running Python benchmarks with runner script](#running-python-benchmarks-with-runner-script)
3333
* [Supported algorithms](#supported-algorithms)
3434
* [Algorithms parameters](#algorithms-parameters)
@@ -40,13 +40,13 @@ Create a suitable conda environment for each framework to test. Each item in the
4040
* [**scikit-learn**](sklearn_bench#how-to-create-conda-environment-for-benchmarking)
4141

4242
```bash
43-
conda create -n bench -c intel python=3.7 scikit-learn daal4py pandas
43+
conda create -n bench -c intel python=3.7 scikit-learn scikit-learn-intelex pandas
4444
```
4545

46-
* [**daal4py**](daal4py_bench#how-to-create-conda-environment-for-benchmarking)
46+
* [**Intel(R) Extension for Scikit-learn***](sklearnex_bench#how-to-create-conda-environment-for-benchmarking)
4747

4848
```bash
49-
conda create -n bench -c intel python=3.7 scikit-learn daal4py pandas
49+
conda create -n bench -c intel python=3.7 scikit-learn scikit-learn-intelex pandas
5050
```
5151

5252
* [**cuml**](cuml_bench#how-to-create-conda-environment-for-benchmarking)
@@ -81,6 +81,7 @@ runner options:
8181

8282
Benchmarks currently support the following frameworks:
8383
* **scikit-learn**
84+
* **scikit-learn-intelex**
8485
* **daal4py**
8586
* **cuml**
8687
* **xgboost**
@@ -122,6 +123,6 @@ Run the following command:
122123
The list of supported parameters for each algorithm you can find here:
123124

124125
* [**scikit-learn**](sklearn_bench#algorithms-parameters)
125-
* [**daal4py**](daal4py_bench#algorithms-parameters)
126+
* [**daal4py**](sklearnex_bench#algorithms-parameters)
126127
* [**cuml**](cuml_bench#algorithms-parameters)
127128
* [**xgboost**](xgboost_bench#algorithms-parameters)

0 commit comments

Comments
 (0)