smdebug-rulesconfig
SMDebug RulesConfig
What it is and what it does
smdebug-rulesconfig is a configuration helper library for Amazon SageMaker Debugger that bundles predefined monitoring rules you can apply to SageMaker training jobs. It lets you reference built-in rules by name and customize their settings without having to understand the underlying rule mechanics or JSON schema. The package was designed as a companion to the Amazon SageMaker Python SDK and can also be used as a standalone rule configuration retriever.
The library has been abandoned since late 2020 and receives no active maintenance. Its last commit was in December 2022, but no new releases have been published since December 2020. If you are starting a new project with SageMaker Debugger, you should verify whether this functionality has been integrated into the main SageMaker SDK or replaced by a newer approach.
Use it for:
- Configure built-in SageMaker Debugger rules for a training job without writing rule JSON manually.
- Retrieve preset rule configurations for common monitoring scenarios (e.g., loss tracking, gradient anomalies).
- Integrate rule definitions into a SageMaker training pipeline using the Python SDK.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides preconfigured rule definitions and configuration helpers for Amazon SageMaker Debugger, allowing you to apply built-in monitoring rules to training jobs without manual setup.
No, unless you are maintaining legacy code that already depends on this package. The project is abandoned (last commit 2022-12-09, no releases since 2020-12-18), and its functionality may have been absorbed into the SageMaker Python SDK. For new projects, use the SageMaker SDK directly or verify current best practices for SageMaker Debugger rule configuration.
Install
smdebug-rulesconfig on PyPI
pip
pip install smdebug-rulesconfiguv
uv add smdebug-rulesconfigpoetry
poetry add smdebug-rulesconfigInstalling smdebug-rulesconfig
Before you install
Low install friction with no runtime dependencies. However, the package is abandoned—last commit was 2022-12-09 and no releases since 2020-12-18. Use only if you are locked into an older SageMaker Debugger workflow; active projects should check whether the SageMaker Python SDK has superseded this functionality.
License in practice
Licensed under Apache License 2.0 (permissive). You may use, modify, and distribute this package freely in commercial and private projects, provided you retain license notices.
Quickstart
pip install smdebug-rulesconfig
from smdebug_rulesconfig import rules
rule = rules.LossNotDecreasing()
config = rule.to_json()
Requires Python >=2.7, but intended for use with the Amazon SageMaker Python SDK; standalone use may be limited without that context.
Verify before relying
- Whether this package is still required for current SageMaker Debugger workflows or if functionality has been merged into the main SageMaker SDK.
- Exact scope of 'common collections' configuration retrieval mentioned in the description.
Package facts
| License | Apache License Version 2.0 (permissive) |
| Python support | supports the current Python release (>=2.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 2,065 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 17,506,491/month — #1,117 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: smdebug_rulesconfig-1.0.1-py2.py3-none-any.whl
Tags
More Quality Assurance packages
Coverage.py measures which lines of Python code…
permissive · top 1,000 on PyPI
ruffRuff is a Python linter and code formatter…
permissive · top 1,000 on PyPI
pexpectPexpect spawns and controls interactive console…
permissive · top 1,000 on PyPI
blackBlack reformats Python source code to a…
permissive · top 1,000 on PyPI
pytest-xdistpytest-xdist distributes pytest tests across…
permissive · top 1,000 on PyPI
cfn-lintValidates AWS CloudFormation templates in YAML…
permissive · top 1,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-trainingIntegrates training scripts into Docker…
permissive · top 15,000 on PyPI
sagemaker-experimentsTracks machine learning experiments, trials,…
permissive · top 15,000 on PyPI
sagemaker-containersProvides tools to build Docker containers…
permissive · top 15,000 on PyPI
sagemaker-serveProvides model serving and deployment…
permissive · top 5,000 on PyPI
sagemaker-data-insightsComputes ML-relevant statistical summaries of…
unclear · top 15,000 on PyPI
sagemaker-datawranglerProvides a Python library for Amazon SageMaker…
unclear · top 15,000 on PyPI
sagemaker-mlopsProvides high-level orchestration for Amazon…
permissive · top 5,000 on PyPI
sigmatoolsSigmatools provides command-line utilities and…
copyleft · top 15,000 on PyPI