#158 · Primary category: MLOps & Evaluation
whylogs
An open-source data logging library for machine learning models and data pipelines. 📚 Provides visibility into data quality & model performance over time. 🛡️ Supports privacy-preserving data collection, ensuring safety & robustness. 📈
Project last updated:01/10/25
GitHub Stars
2.8K
Forks
144
Contributors
28
License
Apache-2.0
Why we included this project
Teams shipping machine learning models rarely have a lightweight way to answer the most basic reliability question: is the data coming in today still shaped like the data the model was trained on? whylogs answers that by producing compact statistical summaries, called profiles, of any dataset you pass it, capturing distributions, missing values, and custom metrics without storing the raw data. Those profiles merge together, so you can aggregate them across distributed or streaming workloads and compare distributions over any time window, which makes feature drift, training-serving skew, and concept drift detection a routine check rather than a bespoke project. You can also define data constraints to fail fast on malformed inputs, and the same profiles work for exploratory analysis on very large datasets. For data scientists, ML engineers, and data engineers who want observability in a pipeline without adopting a heavy monitoring platform, this is a sensible starting point, and the Python and Java APIs keep the learning curve low.
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