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 32 scikit-learn_bench issues
Sort by recently updated
recently updated
newest added

Fix log not displayed in bench.py Before this fix the log isn't displayed in bench.py, because bench.py is running via subprocess, so the log config set in runner.py has no...

This creates the necessary benchmarks necessary for the ExtraTreesClassifier and ExtraTreesRegressor. It also corrects some errors in the master associated with spelling mistakes or incorrect parameters.

Associated with task: Fix sklearnex_bench errors if DATASETSROOT is not writeable - Functionally, the code should already be working as intended - a warning is raised because the path is...

This PR includes changes to the `datasets/load_datasets.py` script and related documentation. In more details: the previous version of the script had a bug that completely ignored any dataset name provided...

Hello, Can I get the information of datasets used for producing benchmark results(speedup values) for different scikit-learn algorithms as shown in figure under Acceleration sub section at https://github.com/intel/scikit-learn-intelex . Image...

I captured perf data for most of the algorithms and see there are lot many memory allocations happens during the run which become bottleneck. Please refer attached screenshot. Is there...

enhancement

Tools such as TVM and ONNX have capabilities for optimizing existing models to achieve better inference- it would be beneficial to know their performance usecases and limitations

enhancement
help wanted
good first issue
hacktoberfest

Please add support for single row inference measurements in benchmarks. So far all cases are oriented on batch computation only

enhancement
help wanted
good first issue
hacktoberfest

# Description Update numpy dependency version. Currently avoiding using numpy 2.0 as a workaround. The problem should be fixed on the sklearnex side. Numpy 2.0 in env causes: ``` File...

dependencies

Sync from sklearnex and oneDAL with performance section removed. # NEW TEMPLATE ## Description _Add a comprehensive description of proposed changes_ _List associated issue number(s) if exist(s): #6 (for example)_...