Skip to content

Commit 4d6bafc

Browse files
author
vlad-nazarov
authored
Update conda channel in README (#64)
1 parent 2a630d5 commit 4d6bafc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Create a suitable conda environment for each framework to test. Each item in the
4141
```bash
4242
pip install -r sklearn_bench/requirements.txt
4343
# or
44-
conda install -c conda-forge scikit-learn scikit-learn-intelex pandas
44+
conda install -c intel scikit-learn scikit-learn-intelex pandas
4545
```
4646

4747
* [**daal4py**](daal4py_bench#how-to-create-conda-environment-for-benchmarking)

sklearn_bench/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If you want to test scikit-learn, then use
66
```bash
77
pip install -r sklearn_bench/requirements.txt
88
# or
9-
conda install -c conda-forge scikit-learn scikit-learn-intelex pandas
9+
conda install -c intel scikit-learn scikit-learn-intelex pandas
1010
```
1111

1212
## Algorithms parameters

0 commit comments

Comments
 (0)