MLEase


NameMLEase JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/harikrishnad1997/MLEase
SummarySimplify machine learning tasks with easy-to-use tools and utilities.
upload_time2024-04-09 05:16:17
maintainerNone
docs_urlNone
authorHarikrishna Dev
requires_pythonNone
licenseNone
keywords python machine learning data science
VCS
bugtrack_url
requirements joblib numpy pandas python-dateutil pytz scikit-learn scipy six threadpoolctl tzdata xgbimputer xgboost
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
MLEase is a comprehensive Python package that simplifies machine learning tasks by providing many easy-to-use tools and utilities. It aims to streamline the entire machine learning workflow, from data preprocessing to model evaluation, making it accessible to both beginners and experienced practitioners.

Key features include:

- Missing value imputation: Handle missing data in your dataset using various strategies such as mean, median, mode imputation, or advanced techniques like KNN imputation.
- Outlier detection and removal: Identify and remove outliers from your dataset using methods like standard deviation, IQR, Mahalanobis distance, or anomaly detection algorithms such as Isolation Forest, One-Class SVM, Elliptic Envelope, and Local Outlier Factor.
- Feature scaling: Scale your features to a standard range using methods like Min-Max scaling or standardization.
- and more.

MLEase aims to simplify the machine learning process and empower users to build more robust and accurate models with ease.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/harikrishnad1997/MLEase",
    "name": "MLEase",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, machine learning, data science",
    "author": "Harikrishna Dev",
    "author_email": "harikrish0607@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e0/1c/8d853d8c86e1cce0ea3afde37a1a4041dc22d9c8338302cae3fbc1df930d/MLEase-0.0.2.tar.gz",
    "platform": null,
    "description": "\nMLEase is a comprehensive Python package that simplifies machine learning tasks by providing many easy-to-use tools and utilities. It aims to streamline the entire machine learning workflow, from data preprocessing to model evaluation, making it accessible to both beginners and experienced practitioners.\n\nKey features include:\n\n- Missing value imputation: Handle missing data in your dataset using various strategies such as mean, median, mode imputation, or advanced techniques like KNN imputation.\n- Outlier detection and removal: Identify and remove outliers from your dataset using methods like standard deviation, IQR, Mahalanobis distance, or anomaly detection algorithms such as Isolation Forest, One-Class SVM, Elliptic Envelope, and Local Outlier Factor.\n- Feature scaling: Scale your features to a standard range using methods like Min-Max scaling or standardization.\n- and more.\n\nMLEase aims to simplify the machine learning process and empower users to build more robust and accurate models with ease.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Simplify machine learning tasks with easy-to-use tools and utilities.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/harikrishnad1997/MLEase"
    },
    "split_keywords": [
        "python",
        " machine learning",
        " data science"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e434de7c16795d6f04881c73a525e69f875c06a5a3cb4885360d42bfb1fe8b09",
                "md5": "b76f2df01d081239ebecf7678d4cc1c6",
                "sha256": "2ca522c5d602ee99f8639dd81ad5d18cf4a65938b8a80c5cff445c605d7a7cdc"
            },
            "downloads": -1,
            "filename": "MLEase-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b76f2df01d081239ebecf7678d4cc1c6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7441,
            "upload_time": "2024-04-09T05:16:16",
            "upload_time_iso_8601": "2024-04-09T05:16:16.361595Z",
            "url": "https://files.pythonhosted.org/packages/e4/34/de7c16795d6f04881c73a525e69f875c06a5a3cb4885360d42bfb1fe8b09/MLEase-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e01c8d853d8c86e1cce0ea3afde37a1a4041dc22d9c8338302cae3fbc1df930d",
                "md5": "08e6873f490ae5019ab2de260da836e7",
                "sha256": "a6f250efb1f921864f541d7041ae2235a505ed1a1ab56bccc0e5e2fa21639063"
            },
            "downloads": -1,
            "filename": "MLEase-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "08e6873f490ae5019ab2de260da836e7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7390,
            "upload_time": "2024-04-09T05:16:17",
            "upload_time_iso_8601": "2024-04-09T05:16:17.841044Z",
            "url": "https://files.pythonhosted.org/packages/e0/1c/8d853d8c86e1cce0ea3afde37a1a4041dc22d9c8338302cae3fbc1df930d/MLEase-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 05:16:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "harikrishnad1997",
    "github_project": "MLEase",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "joblib",
            "specs": [
                [
                    "==",
                    "1.3.2"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.26.4"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.2.1"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.9.0.post0"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2024.1"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    "==",
                    "1.4.1.post1"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    "==",
                    "1.13.0"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "threadpoolctl",
            "specs": [
                [
                    "==",
                    "3.4.0"
                ]
            ]
        },
        {
            "name": "tzdata",
            "specs": [
                [
                    "==",
                    "2024.1"
                ]
            ]
        },
        {
            "name": "xgbimputer",
            "specs": [
                [
                    "==",
                    "0.2.0"
                ]
            ]
        },
        {
            "name": "xgboost",
            "specs": [
                [
                    "==",
                    "2.0.3"
                ]
            ]
        }
    ],
    "lcname": "mlease"
}
        
Elapsed time: 0.55833s