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
111 stars 69 forks source link

Refactoring of report generator #84

Closed OnlyDeniko closed 3 years ago

OnlyDeniko commented 3 years ago

Remove empty columns like input_data:classes in kmeans sheet.

Really good idea, thank you. Now if report does not have some parameters from config['header'] then they will not be shown.