sagemaker-data-insights
Data Insights Library for Amazon SageMaker.
What it is and what it does
sagemaker-data-insights is a SageMaker-integrated library that analyzes datasets and produces statistics relevant to machine learning workflows. It sits on top of standard data science libraries (numpy, pandas, scikit-learn, scipy) and the sagemaker-scikit-learn-extension to compute summaries of data characteristics.
The package is designed to help ML practitioners understand their datasets before and during model development—surfacing patterns, anomalies, or quality issues that might affect training. However, it has been abandoned since its latest release on 2023-03-28 and receives no maintenance, which means it may not work reliably with newer versions of its dependencies or with current SageMaker APIs.
Use it for:
- Profile raw datasets in SageMaker to identify data quality issues before training a model.
- Generate statistical summaries of features to inform feature engineering decisions.
- Diagnose dataset imbalances or missing-value patterns that could affect model performance.
- Integrate data insights into SageMaker notebook workflows for exploratory data analysis.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Computes ML-relevant statistical summaries of datasets, integrating with Amazon SageMaker to surface data characteristics for model development and debugging.
No—not recommended for new projects. The package is abandoned (no updates since 2023-03-28) and licensed under a non-standard AWS Customer Agreement. While it has low install friction and no known vulnerabilities, the lack of maintenance means it will likely fall out of sync with SageMaker and its dependencies over time.
Install
sagemaker-data-insights on PyPI
pip
pip install sagemaker-data-insightsuv
uv add sagemaker-data-insightspoetry
poetry add sagemaker-data-insightsInstalling sagemaker-data-insights
Before you install
Low install friction with a pure-Python wheel, but the package is abandoned—no updates since March 2023. Maintenance status is a significant concern for long-term reliability and compatibility with evolving SageMaker APIs.
License in practice
Licensed under AWS Customer Agreement, which is not a standard open-source license. The unclear license treatment means you should review the agreement terms before using this package in production or redistributing it.
Quickstart
pip install sagemaker-data-insights
import sagemaker_data_insights
# Use with SageMaker datasets to generate statistical summaries
Requires Python >=3.7; depends on numpy, pandas, scikit-learn, scipy, and sagemaker-scikit-learn-extension, all of which must be installed.
Verify before relying
- What specific ML statistics does the package compute (e.g., distribution analysis, missing-value patterns, feature correlations)?
- Does it work with current SageMaker SDK versions, or has the abandoned status caused API drift?
- Are there known compatibility issues with recent versions of numpy, pandas, or scikit-learn?
Package facts
| License | AWS Customer Agreement (unclear) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — numpy, psutil, pandas, scikit-learn, scipy, sagemaker-scikit-learn-extension |
| Maintenance | abandoned — 1,235 days since the last release |
| First released | |
| Downloads | 579,163/month — #5,919 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: sagemaker_data_insights-0.4.0-py3-none-any.whl
Keywords: ML, Amazon, AWS, SageMaker, Data, Insights
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-serveProvides model serving and deployment…
permissive · top 5,000 on PyPI
whylogswhylogs generates statistical profiles of…
permissive · top 15,000 on PyPI
sagemakerSageMaker Python SDK is a library for training…
permissive · top 5,000 on PyPI
sagemaker-trainTrains and deploys machine learning models on…
unclear · top 5,000 on PyPI
sagemaker-schema-inference-artifactsProvides pre-built schema inference artifacts…
permissive · top 5,000 on PyPI
sagemaker-trainingIntegrates training scripts into Docker…
permissive · top 15,000 on PyPI
sagemaker-datawranglerProvides a Python library for Amazon SageMaker…
unclear · top 15,000 on PyPI
sagemaker-inferenceProvides a model serving stack for deploying…
permissive · top 15,000 on PyPI
sagemaker-feature-store-pyspark-3.1Connects Apache Spark DataFrames to Amazon…
permissive · top 15,000 on PyPI
sagemaker-scikit-learn-extensionExtends scikit-learn with additional estimators…
permissive · top 15,000 on PyPI