scikit-learn_bench icon indicating copy to clipboard operation
scikit-learn_bench copied to clipboard

scikit-learn_bench benchmarks various implementations of machine learning algorithms across data analytics frameworks. It currently support the scikit-learn, DAAL4PY, cuML, and XGBoost frameworks for...

Results 41 scikit-learn_bench issues
Sort by recently updated
recently updated
newest added

By definition, the extratrees algorithm does not use bootstrapping, but the default is true. This will impact the accuracy results, and possibly the timing results: https://github.com/IntelPython/scikit-learn_bench/blob/main/configs/regular/ensemble.json#L13 https://scikit-learn.org/dev/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html