outlier-detector-vvgu


Nameoutlier-detector-vvgu JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/Artorius81
SummarySmall package for detecting outliers
upload_time2023-10-21 03:54:44
maintainer
docs_urlNone
authorArtorius
requires_python>=3.7
license
keywords example python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1>outlier_detector</h1>

<h4>Small package for detecting outliers</h4>

**Usage:**
* *<h5>install the package</h5>*
* *"detect_outlier_mean_std"* - by mean and standard deviation. Takes column as a parameter
* *"detect_outlier_kvart"* - by kvartile. Takes column as a parameter
* *"detect_outlier_dbscan"* - with DBSCAN (clusterization). Takes two columns as a parameters
* *"detect_outlier_shovene"* - by Shovene method. Takes column as a parameter

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Artorius81",
    "name": "outlier-detector-vvgu",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "example python",
    "author": "Artorius",
    "author_email": "Artorius.81@yandex.ru",
    "download_url": "https://files.pythonhosted.org/packages/92/8f/62e6438faf786a2150a174676054e1eabffe97b12fb59b759ae2ecc039b6/outlier-detector-vvgu-1.0.0.tar.gz",
    "platform": null,
    "description": "<h1>outlier_detector</h1>\r\n\r\n<h4>Small package for detecting outliers</h4>\r\n\r\n**Usage:**\r\n* *<h5>install the package</h5>*\r\n* *\"detect_outlier_mean_std\"* - by mean and standard deviation. Takes column as a parameter\r\n* *\"detect_outlier_kvart\"* - by kvartile. Takes column as a parameter\r\n* *\"detect_outlier_dbscan\"* - with DBSCAN (clusterization). Takes two columns as a parameters\r\n* *\"detect_outlier_shovene\"* - by Shovene method. Takes column as a parameter\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Small package for detecting outliers",
    "version": "1.0.0",
    "project_urls": {
        "GitHub": "https://github.com/Artorius81",
        "Homepage": "https://github.com/Artorius81"
    },
    "split_keywords": [
        "example",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6af790e2176729100ad5ecdcf7c4878e805b5787125f04a9c9fba2c4e1402c4d",
                "md5": "20ca212b6667527a2bd67a52d8549c34",
                "sha256": "7a37cf0afe765da82df913dc85e6c3594f1245da30cf0e233f91d993da5bde25"
            },
            "downloads": -1,
            "filename": "outlier_detector_vvgu-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "20ca212b6667527a2bd67a52d8549c34",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3365,
            "upload_time": "2023-10-21T03:54:42",
            "upload_time_iso_8601": "2023-10-21T03:54:42.625095Z",
            "url": "https://files.pythonhosted.org/packages/6a/f7/90e2176729100ad5ecdcf7c4878e805b5787125f04a9c9fba2c4e1402c4d/outlier_detector_vvgu-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "928f62e6438faf786a2150a174676054e1eabffe97b12fb59b759ae2ecc039b6",
                "md5": "0f04571b61c2b470bcb81f2e3e7332e9",
                "sha256": "4e5a76a617cd37a2da8e2f0642ba1ffac13a283aef2dc0456186dc752156b411"
            },
            "downloads": -1,
            "filename": "outlier-detector-vvgu-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0f04571b61c2b470bcb81f2e3e7332e9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2960,
            "upload_time": "2023-10-21T03:54:44",
            "upload_time_iso_8601": "2023-10-21T03:54:44.369396Z",
            "url": "https://files.pythonhosted.org/packages/92/8f/62e6438faf786a2150a174676054e1eabffe97b12fb59b759ae2ecc039b6/outlier-detector-vvgu-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-21 03:54:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "outlier-detector-vvgu"
}
        
Elapsed time: 0.25627s