uxlfoundation/scikit-learn-intelex
Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application
This project helps data scientists and machine learning engineers significantly speed up their existing Scikit-learn machine learning tasks. It takes your standard Scikit-learn code for training or inference and outputs the same results, but much faster, leveraging advanced hardware optimizations without requiring any code changes on your part. It's designed for anyone working with Scikit-learn who wants to reduce computation time for their models.
1,334 stars. Used by 4 other packages. Actively maintained with 53 commits in the last 30 days. Available on PyPI.
Use this if you are a data scientist or ML engineer using Scikit-learn and want to accelerate model training or inference without rewriting your code.
Not ideal if you are not using Scikit-learn, or if your computations are already fast enough for your needs.
Stars
1,334
Forks
184
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 12, 2026
Commits (30d)
53
Dependencies
3
Reverse dependents
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/uxlfoundation/scikit-learn-intelex"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
INRIA/scikit-learn-mooc
Machine learning in Python with scikit-learn MOOC
ddbourgin/numpy-ml
Machine learning, in numpy
nubank/fklearn
fklearn: Functional Machine Learning
gavinkhung/machine-learning-visualized
ML algorithms implemented and derived from first-principles in Jupyter Notebooks and NumPy
workofart/ml-by-hand
A deep learning library built from scratch with complex neural networks examples built on top...