File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
** Machine Learning Benchmarks** contains implementations of machine learning algorithms
7
7
across data analytics frameworks. Scikit-learn_bench can be extended to add new frameworks
8
8
and algorithms. It currently support the [ scikit-learn] ( https://scikit-learn.org/ ) ,
9
- [ DAAL4PY] ( https://github.com/intel/scikit-learn-intelex/tree/master/daal4py ) , [ cuML] ( https://github.com/rapidsai/cuml ) ,
9
+ [ DAAL4PY] ( https://github.com/intel/scikit-learn-intelex/tree/master/daal4py ) ,
10
+ [ Intel(R) Extension for Scikit-learn] ( https://github.com/intel/scikit-learn-intelex ) ,
11
+ [ cuML] ( https://github.com/rapidsai/cuml ) ,
10
12
and [ XGBoost] ( https://github.com/dmlc/xgboost ) frameworks for commonly used
11
13
[ machine learning algorithms] ( #supported-algorithms ) .
12
14
@@ -92,7 +94,7 @@ The configuration of benchmarks allows you to select the frameworks to run, sele
92
94
93
95
## Benchmark supported algorithms
94
96
95
- | algorithm | benchmark name | sklearn | daal4py | cuml | xgboost |
97
+ | algorithm | benchmark name | sklearn | daal4py/sklearnex | cuml | xgboost |
96
98
| ---| ---| ---| ---| ---| ---|
97
99
| ** [ DBSCAN] ( https://scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html ) ** | dbscan| :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : |
98
100
| ** [ RandomForestClassifier] ( https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html ) ** | df_clfs| :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : |
You can’t perform that action at this time.
0 commit comments