VKPyKit


NameVKPyKit JSON
Version 0.3.2 PyPI version JSON
download
home_pageNone
SummaryPackaged functions for ML and Data Science tasks.
upload_time2025-11-03 12:23:06
maintainerNone
docs_urlNone
authorVishal Khapre
requires_python>=3.9
licenseNone
keywords python machine learning data science utilities
VCS
bugtrack_url
requirements statsmodels pandas numpy matplotlib seaborn scikit-learn ipython
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # VKPyKit

This python package is packaged version of list of functions used for Exploratory Data Analysis, Linear Regression, Decision Trees. Intead of writing those everytime, just wanted to put them in a package and reuse myself. 

Use it as is, if you find issues or have more such functions, please contribute on github. 

## Setup / Run 
    pip install -r requirements.txt

[Source](https://github.com/assignarc/VKPyKit)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "VKPyKit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Vishal Khapre <assignarc@gmail.com>",
    "keywords": "Python, Machine Learning, data science, utilities",
    "author": "Vishal Khapre",
    "author_email": "Vishal Khapre <assignarc@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/27/e0/b038d3ced9faff1cc59d73ae847114f6edc9c600a50e7266caa968177889/vkpykit-0.3.2.tar.gz",
    "platform": null,
    "description": "# VKPyKit\n\nThis python package is packaged version of list of functions used for Exploratory Data Analysis, Linear Regression, Decision Trees. Intead of writing those everytime, just wanted to put them in a package and reuse myself. \n\nUse it as is, if you find issues or have more such functions, please contribute on github. \n\n## Setup / Run \n    pip install -r requirements.txt\n\n[Source](https://github.com/assignarc/VKPyKit)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Packaged functions for ML and Data Science tasks.",
    "version": "0.3.2",
    "project_urls": {
        "Bug Reports": "https://github.com/assignarc/VKPyKit/issues",
        "Funding": "https://donate.pypi.org",
        "Homepage": "https://github.com/assignarc/VKPyKit",
        "Source": "https://github.com/assignarc/VKPyKit"
    },
    "split_keywords": [
        "python",
        " machine learning",
        " data science",
        " utilities"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bf037fc8c744408c61cdc0ae0c55eb5586e4f02379d300128a92e893102358c9",
                "md5": "9d34cbd437fa9cd5c539ab5b79462d61",
                "sha256": "901622a4a7e5e3d7bbbdb6cec32e36b016e3a111a2fdb09a1b74d9e5c87b1a01"
            },
            "downloads": -1,
            "filename": "vkpykit-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9d34cbd437fa9cd5c539ab5b79462d61",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 10369,
            "upload_time": "2025-11-03T12:23:05",
            "upload_time_iso_8601": "2025-11-03T12:23:05.241985Z",
            "url": "https://files.pythonhosted.org/packages/bf/03/7fc8c744408c61cdc0ae0c55eb5586e4f02379d300128a92e893102358c9/vkpykit-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "27e0b038d3ced9faff1cc59d73ae847114f6edc9c600a50e7266caa968177889",
                "md5": "928baafce39db6c66f77e217879a542e",
                "sha256": "78f170fd5f71a0d51ee16dc6b6205265f8854b43b13e33373c93a209bb57893e"
            },
            "downloads": -1,
            "filename": "vkpykit-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "928baafce39db6c66f77e217879a542e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 14487,
            "upload_time": "2025-11-03T12:23:06",
            "upload_time_iso_8601": "2025-11-03T12:23:06.152494Z",
            "url": "https://files.pythonhosted.org/packages/27/e0/b038d3ced9faff1cc59d73ae847114f6edc9c600a50e7266caa968177889/vkpykit-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-11-03 12:23:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "assignarc",
    "github_project": "VKPyKit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "statsmodels",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "seaborn",
            "specs": []
        },
        {
            "name": "scikit-learn",
            "specs": []
        },
        {
            "name": "ipython",
            "specs": []
        }
    ],
    "lcname": "vkpykit"
}
        
Elapsed time: 1.82442s