whylogs
Profile and monitor your ML data pipeline end-to-end
What it is and what it does
whylogs is a data profiling library that generates statistical summaries (called profiles) of datasets to enable monitoring and validation in machine learning workflows. It depends on protobuf for serialization, requests for HTTP communication, and whylabs-client for integration with WhyLabs services. The core use case is creating profiles from data, then using those profiles to track data distributions over time, detect anomalies, and validate that incoming data meets expected constraints.
The library supports Python 3.7.1 through 3.11 and is designed for data scientists, ML engineers, and data engineers working on data quality, drift detection, and pipeline monitoring. However, maintenance is dormant—the last release was 619 days ago—so the package receives no active updates, bug fixes, or compatibility maintenance.
Use it for:
- Detect data drift in model input features by comparing profiles across time periods
- Validate data quality constraints in a data pipeline before feeding data to models
- Perform exploratory data analysis of large datasets by generating summary statistics
- Track training-serving skew by profiling training data and comparing to production data
- Enable data auditing and governance by logging dataset profiles for compliance
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
whylogs generates statistical profiles of datasets to track data distributions, detect drift, and validate data quality across machine learning pipelines.
Yes, if you need data profiling and drift detection for a stable ML pipeline and can tolerate dormant maintenance. The low install friction, permissive license, and absence of known vulnerabilities make it safe to adopt. However, the 619-day gap since the last release means no active support for new Python versions, dependency updates, or bug fixes—verify compatibility with your current environment before relying on it for production.
Install
whylogs on PyPI
pip
pip install whylogsuv
uv add whylogspoetry
poetry add whylogsInstalling whylogs
Before you install
Low install friction with a pure-Python wheel and eight runtime dependencies including protobuf, requests, and whylabs-client. Maintenance is dormant—no release in 619 days—so expect no active bug fixes or feature updates.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions; attribution required.
Quickstart
pip install whylogs
import whylogs as why
results = why.log(data)
Verify before relying
- Whether dormant status (619 days since last release) affects compatibility with recent versions of runtime dependencies
- Whether whylabs-client dependency requires API credentials or can function offline
- Performance characteristics on very large datasets
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (<4,>=3.7.1) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 8 — backoff, importlib-metadata, platformdirs, protobuf, requests, typing-extensions, whylabs-client, whylogs-sketching |
| Maintenance | dormant — 619 days since the last release |
| First released | |
| Downloads | 172,055/month — #10,348 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: whylogs-1.6.4-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
sagemaker-data-insightsComputes ML-relevant statistical summaries of…
unclear · top 15,000 on PyPI
aimAim logs training runs and AI metadata, then…
permissive · top 15,000 on PyPI
evidentlyEvidently evaluates, tests, and monitors ML and…
permissive · top 5,000 on PyPI
facets-overviewGenerates summary statistics for dataset…
permissive · top 15,000 on PyPI
dagster-mlflowIntegrates MLflow experiment tracking and model…
permissive · top 15,000 on PyPI
great-expectationsDefines and validates data quality…
permissive · top 1,000 on PyPI
ydata-profilingGenerates comprehensive exploratory data…
permissive · top 5,000 on PyPI
alibi-detectAlibi Detect provides outlier, adversarial, and…
unclear · top 15,000 on PyPI
google-cloud-mldiagnosticsCollects metrics, configs, and performance…
permissive · top 15,000 on PyPI
wandbwandb is a machine learning experiment tracking…
permissive · top 1,000 on PyPI