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

Code quality improvements - adress findings from www.codefactor.io #95

Open napetrov opened 3 years ago

napetrov commented 3 years ago

Please create PRs for addressing code quality issues reported by codefactor scans

https://www.codefactor.io/repository/github/IntelPython/scikit-learn_bench

Some problems are simple fixes and i would expect that they can be fixed across entire repo and not one by one Other might be super complex and i don't think can be fixed without serious refactoring - code complexity

LyndonFan commented 3 years ago

Hi, is this issue available? I can try to work on it!

napetrov commented 3 years ago

@LyndonFan - yes, sure. Please open PRs with fixes