Additional Sklearn Acceleration Packages
As a data scientist, I am always looking for ways to improve my workflows. I am familiar with Intel's sklearn acceleration module, Intelex. While this has sped up my algorithms between 3-70x based on the algorithm, it is only applicable to 22 sklearn algorithms/functions.
I have seen cuML which accelerates on a CUDA GPU, but again there a only a handful of algorithms that are accelerated.
Are there any other libraries that can accelerate sklearn or be the same function but at faster speeds?
Topic cuda scikit-learn machine-learning
Category Data Science