intelliml


Nameintelliml JSON
Version 0.1 PyPI version JSON
download
home_pageNone
SummaryAn Automated Machine Learning Tool
upload_time2024-03-27 19:52:51
maintainerNone
docs_urlNone
authorMujaffar Bhati
requires_pythonNone
licenseMIT
keywords automl
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a python library developed to automate the machine learning pipeline.
It takes in a dataframe and then do analysis over the same and then return a pickle file which could be used for prediction.
It has 2 modes: Manual and Automatic
- Manual : It involves calling out specific methods for your datafram and the do analysis over the dataset
- Automatic : It automatically does the analysis and give a machine learning model as pickle 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "intelliml",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "automl",
    "author": "Mujaffar Bhati",
    "author_email": "mujaffarbhati444@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/af/d6/b807f536c8e883e36aec2e6162aafddd406049d646e20765cdb22b9c63f6/intelliml-0.1.tar.gz",
    "platform": null,
    "description": "This is a python library developed to automate the machine learning pipeline.\r\nIt takes in a dataframe and then do analysis over the same and then return a pickle file which could be used for prediction.\r\nIt has 2 modes: Manual and Automatic\r\n- Manual : It involves calling out specific methods for your datafram and the do analysis over the dataset\r\n- Automatic : It automatically does the analysis and give a machine learning model as pickle \r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An Automated Machine Learning Tool",
    "version": "0.1",
    "project_urls": null,
    "split_keywords": [
        "automl"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afd6b807f536c8e883e36aec2e6162aafddd406049d646e20765cdb22b9c63f6",
                "md5": "9f3b3d17e9d04b58c576f54344ebc48f",
                "sha256": "3f86cc8047a272f96bbc61dfef0218619bfd941e088f6e000bb212b79535d5bd"
            },
            "downloads": -1,
            "filename": "intelliml-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9f3b3d17e9d04b58c576f54344ebc48f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8714,
            "upload_time": "2024-03-27T19:52:51",
            "upload_time_iso_8601": "2024-03-27T19:52:51.081513Z",
            "url": "https://files.pythonhosted.org/packages/af/d6/b807f536c8e883e36aec2e6162aafddd406049d646e20765cdb22b9c63f6/intelliml-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-27 19:52:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "intelliml"
}
        
Elapsed time: 0.21419s