IntelPython / scikit-learn_bench

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 commonly used machine learning algorithms.
Apache License 2.0
107 stars 65 forks source link

Daal4py gbt support #138

Closed razdoburdin closed 6 months ago

razdoburdin commented 12 months ago

Adding support of daal4py GBT training

ahuber21 commented 6 months ago

Would be good to format the file once with black before merging.

napetrov commented 6 months ago

@ahuber21 - should we also enable black in to ci for benchamrks repo?