We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a630d5 commit 4d6bafcCopy full SHA for 4d6bafc
README.md
@@ -41,7 +41,7 @@ Create a suitable conda environment for each framework to test. Each item in the
41
```bash
42
pip install -r sklearn_bench/requirements.txt
43
# or
44
-conda install -c conda-forge scikit-learn scikit-learn-intelex pandas
+conda install -c intel scikit-learn scikit-learn-intelex pandas
45
```
46
47
* [**daal4py**](daal4py_bench#how-to-create-conda-environment-for-benchmarking)
sklearn_bench/README.md
@@ -6,7 +6,7 @@ If you want to test scikit-learn, then use
6
7
8
9
10
11
12
## Algorithms parameters
0 commit comments