shankarpandala / lazypredict

Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning
MIT License
2.78k stars 321 forks source link

(perf): enabling sklearn extensions to improve performance #384

Open rahulunair opened 1 year ago

rahulunair commented 1 year ago

Intel Scikit learn extensions is an sklearn api compatible library that acclerates key compute intensive algorithms. For more info on perf please see:https://github.com/intel/scikit-learn-intelex

Fixes: #382

shankarpandala commented 1 year ago

Any idea how this behaves on AMD processor ? @rahulunair