data-degradation-detector


Namedata-degradation-detector JSON
Version 1.0.5 PyPI version JSON
download
home_pageNone
SummaryA part of my TFM/Research project handles data drift
upload_time2025-07-21 05:45:24
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseGPL-3.0-or-later
keywords data-drift data-degradation machine-learning data-quality
VCS
bugtrack_url
requirements build twine pandas matplotlib numpy scikit-learn
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # data-degradation-detector

[![Tests](https://github.com/aloncrack7/data-degradation-detector/actions/workflows/tests.yml/badge.svg)](https://github.com/aloncrack7/data-degradation-detector/actions/workflows/tests.yml)
[![PyPI version](https://badge.fury.io/py/data-degradation-detector.svg)](https://badge.fury.io/py/data-degradation-detector)
[![Python Support](https://img.shields.io/pypi/pyversions/data-degradation-detector.svg)](https://pypi.org/project/data-degradation-detector/)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Library to make estimations on data degradation

## Installation

```bash
pip install data-degradation-detector
```

## Development

### Running Tests

```bash
python -m pytest testing/ -v
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "data-degradation-detector",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "data-drift, data-degradation, machine-learning, data-quality",
    "author": null,
    "author_email": "Alonso Garc\u00eda Velasco <alonmadrid@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/4d/20/9e8191363e869330a663dfd28ec168811a5c96cdb15dfb4b43247e14c75e/data_degradation_detector-1.0.5.tar.gz",
    "platform": null,
    "description": "# data-degradation-detector\n\n[![Tests](https://github.com/aloncrack7/data-degradation-detector/actions/workflows/tests.yml/badge.svg)](https://github.com/aloncrack7/data-degradation-detector/actions/workflows/tests.yml)\n[![PyPI version](https://badge.fury.io/py/data-degradation-detector.svg)](https://badge.fury.io/py/data-degradation-detector)\n[![Python Support](https://img.shields.io/pypi/pyversions/data-degradation-detector.svg)](https://pypi.org/project/data-degradation-detector/)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\nLibrary to make estimations on data degradation\n\n## Installation\n\n```bash\npip install data-degradation-detector\n```\n\n## Development\n\n### Running Tests\n\n```bash\npython -m pytest testing/ -v\n```\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "A part of my TFM/Research project handles data drift",
    "version": "1.0.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/aloncrack7/data-degradation-detector/issues",
        "Documentation": "https://github.com/aloncrack7/data-degradation-detector#readme",
        "Homepage": "https://github.com/aloncrack7/data-degradation-detector",
        "Repository": "https://github.com/aloncrack7/data-degradation-detector"
    },
    "split_keywords": [
        "data-drift",
        " data-degradation",
        " machine-learning",
        " data-quality"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6e010a5d11d7ce7bf1a529f3e2fa83df9514dee5b369047f8e78bf008fe63212",
                "md5": "ec3b81d387b2cd8e5fa728c31e44158a",
                "sha256": "932ddc0b300f63c1576bf83354c6295ff114d0f6b909c11225ef62324d80391e"
            },
            "downloads": -1,
            "filename": "data_degradation_detector-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ec3b81d387b2cd8e5fa728c31e44158a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 22449,
            "upload_time": "2025-07-21T05:45:23",
            "upload_time_iso_8601": "2025-07-21T05:45:23.255894Z",
            "url": "https://files.pythonhosted.org/packages/6e/01/0a5d11d7ce7bf1a529f3e2fa83df9514dee5b369047f8e78bf008fe63212/data_degradation_detector-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d209e8191363e869330a663dfd28ec168811a5c96cdb15dfb4b43247e14c75e",
                "md5": "706ae79439a3b5deb45be4bcbaa9a580",
                "sha256": "e9dcea0343ca32c9c44a53a08791a919c790801e8a3f0d9b7a4348a61ebad0ed"
            },
            "downloads": -1,
            "filename": "data_degradation_detector-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "706ae79439a3b5deb45be4bcbaa9a580",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 21403,
            "upload_time": "2025-07-21T05:45:24",
            "upload_time_iso_8601": "2025-07-21T05:45:24.412873Z",
            "url": "https://files.pythonhosted.org/packages/4d/20/9e8191363e869330a663dfd28ec168811a5c96cdb15dfb4b43247e14c75e/data_degradation_detector-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-21 05:45:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aloncrack7",
    "github_project": "data-degradation-detector",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "build",
            "specs": []
        },
        {
            "name": "twine",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scikit-learn",
            "specs": []
        }
    ],
    "lcname": "data-degradation-detector"
}
        
Elapsed time: 1.31200s