phi-grib / flame

Modeling framework for eTRANSAFE project
GNU General Public License v3.0
12 stars 10 forks source link

use of scikit-learn intel extenisons? #210

Open eloyfelix opened 3 years ago

eloyfelix commented 3 years ago

The extensions intel developed boosts the performance of model traning and inference and it only requires a couple of lines of code to use it.

https://intel.github.io/scikit-learn-intelex/

They got an amazing performance improvement training/predicting SVMs. https://medium.com/intel-analytics-software/leverage-intel-optimizations-in-scikit-learn-f562cb9d5544

I thought it could be helpful for the project.

supported algorithms: https://intel.github.io/scikit-learn-intelex/algorithms.html