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

Adding check for nan values #127

Closed razdoburdin closed 1 year ago

razdoburdin commented 1 year ago

Nan values are not supported for model builders yet. However, no internal checks are not implemented. Checks in the benchmarks looks like a possible intermediate solution.