File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Create a suitable conda environment for each framework to test. Each item in the
41
41
``` bash
42
42
pip install -r sklearn_bench/requirements.txt
43
43
# or
44
- conda install -c conda-forge scikit-learn scikit-learn-intelex pandas
44
+ conda install -c intel scikit-learn scikit-learn-intelex pandas
45
45
```
46
46
47
47
* [ ** daal4py** ] ( daal4py_bench#how-to-create-conda-environment-for-benchmarking )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ If you want to test scikit-learn, then use
6
6
``` bash
7
7
pip install -r sklearn_bench/requirements.txt
8
8
# or
9
- conda install -c conda-forge scikit-learn scikit-learn-intelex pandas
9
+ conda install -c intel scikit-learn scikit-learn-intelex pandas
10
10
```
11
11
12
12
## Algorithms parameters
You can’t perform that action at this time.
0 commit comments