#42 · Primary category: MLOps & Evaluation

pycaret

anomaly-detection automl classification clustering data-science fastapi machine-learning ml mlops open-source pycaret python react regression scikit-learn

Open-source, low-code AutoML platform for Python. PyCaret 4.0: sklearn-native engine + React control plane.

Project last updated:07/23/26

GitHub Stars

9.8K

Forks

1.8K

Contributors

144

License

Other

Why we included this project

PyCaret is the AutoML library many data scientists reach for when a modeling task arrives without a framework already chosen. It automates the tedious middle of the pipeline: data preparation, splitting, training and comparing candidate models, tuning the strongest performer, and emitting a real sklearn-compatible Pipeline you can serialize or serve directly. The same experiment API covers classification, regression, clustering, anomaly detection, and time series. The 4.0 rewrite goes further, turning that notebook engine into a self-hosted platform with a FastAPI control plane (model registry, run tracking, monitoring, drift detection, lineage) and a React dashboard that runs locally via docker compose. That makes it useful at two scales at once: a low-ceremony experiment tool for a lone analyst, and a lightweight internal ML platform for a small team that wants model management and serving without standing up heavier infrastructure.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category