#143 · Primary category: MLOps & Evaluation
skops
skops is a Python library helping you share your scikit-learn based models and put them in production
Project last updated:08/20/26
GitHub Stars
525
Forks
64
Contributors
26
License
MIT
Why we included this project
Scikit-learn's default way of saving models, Python's pickle, gets brittle fast once you step outside a single notebook. A model saved in one environment often fails to load in another after a library version bump, and loading pickled data from someone you do not trust can execute arbitrary code. skops gives sklearn users a safer persistence format that checks objects before loading, so a trained estimator can move to a teammate or a CI pipeline without those risks. It also generates model cards whose metadata Hugging Face Hub recognizes, which makes sharing a fitted model feel like pushing a repo rather than packaging a fragile artifact. Anyone who has hit a version-mismatch crash on a reloaded joblib file will see this as a practical way out.
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
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models