quickpanda


Namequickpanda JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/yasuo626/QuickPanda
Summaryquickpanda
upload_time2023-05-15 13:41:24
maintainer
docs_urlNone
authoraidroid
requires_python>=3.6
license
keywords data analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # a pipeline for quick data analysis and machine learning

## file_operate:

* read file and do base operate like auto asdtype etc.
* it support multi type files operates together.

## preprocess:

    create a preprocessor to preprocessing(dropna,fillna,dropoutlyers...)
    you can select the file and cols by passing dict-type args.
## analysis:
    base on the previous manipulations,we get clean datas,we can now acutally start the analysis tasks:
    correlation:
        get correlations between value-type features and labels. 
        compare the correlation between class-type features and labels.
        

## modeling:
    we provide base ml models to complete classification or regression tasks
    listing:
        gbdt:xgboost,light gbm,radom forests
        norm:svc,linear,logistic,bayes
        timesequence:ARMA,ARIMA
        nn:
        DeepLearning:\

## statistic_test:

[//]: #  (    [test func](https://blog.csdn.net/weixin_46271668/article/details/123981051))

    normality test
    correlation test
    significance test
    parametric test
    nonparametric test

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yasuo626/QuickPanda",
    "name": "quickpanda",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "data analysis",
    "author": "aidroid",
    "author_email": "yasuo626.com@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7f/1c/87370c48ab0f7509911b84254a09dc844b3a7620a45f81f925d0230d36db/quickpanda-0.0.4.tar.gz",
    "platform": null,
    "description": "# a pipeline for quick data analysis and machine learning\r\n\r\n## file_operate:\r\n\r\n* read file and do base operate like auto asdtype etc.\r\n* it support multi type files operates together.\r\n\r\n## preprocess:\r\n\r\n    create a preprocessor to preprocessing(dropna,fillna,dropoutlyers...)\r\n    you can select the file and cols by passing dict-type args.\r\n## analysis:\r\n    base on the previous manipulations,we get clean datas,we can now acutally start the analysis tasks:\r\n    correlation:\r\n        get correlations between value-type features and labels. \r\n        compare the correlation between class-type features and labels.\r\n        \r\n\r\n## modeling:\r\n    we provide base ml models to complete classification or regression tasks\r\n    listing:\r\n        gbdt:xgboost,light gbm,radom forests\r\n        norm:svc,linear,logistic,bayes\r\n        timesequence:ARMA,ARIMA\r\n        nn:\r\n        DeepLearning:\\\r\n\r\n## statistic_test:\r\n\r\n[//]: #  (    [test func](https://blog.csdn.net/weixin_46271668/article/details/123981051))\r\n\r\n    normality test\r\n    correlation test\r\n    significance test\r\n    parametric test\r\n    nonparametric test\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "quickpanda",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/yasuo626/QuickPanda"
    },
    "split_keywords": [
        "data",
        "analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f071b9217335ae398e9340fe0ca106b4e1810f311db48aaf9f5164783544d531",
                "md5": "e511349e1d2f5ec216189b8000b9d4e9",
                "sha256": "fe23e28d530f48359b93b18c13a9819def70ca4ce99543b0da80e046cc51272d"
            },
            "downloads": -1,
            "filename": "quickpanda-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e511349e1d2f5ec216189b8000b9d4e9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 18626,
            "upload_time": "2023-05-15T13:41:21",
            "upload_time_iso_8601": "2023-05-15T13:41:21.919991Z",
            "url": "https://files.pythonhosted.org/packages/f0/71/b9217335ae398e9340fe0ca106b4e1810f311db48aaf9f5164783544d531/quickpanda-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f1c87370c48ab0f7509911b84254a09dc844b3a7620a45f81f925d0230d36db",
                "md5": "f9c22f5ca8ea97f2c9d48062ac30d96a",
                "sha256": "6598bf1842ec81f856db726e2ec8426a9ae4f1c4d20b8458441800d6c7aa540d"
            },
            "downloads": -1,
            "filename": "quickpanda-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "f9c22f5ca8ea97f2c9d48062ac30d96a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 17629,
            "upload_time": "2023-05-15T13:41:24",
            "upload_time_iso_8601": "2023-05-15T13:41:24.215956Z",
            "url": "https://files.pythonhosted.org/packages/7f/1c/87370c48ab0f7509911b84254a09dc844b3a7620a45f81f925d0230d36db/quickpanda-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-15 13:41:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yasuo626",
    "github_project": "QuickPanda",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "quickpanda"
}
        
Elapsed time: 0.07145s