Orange3-AutoML


NameOrange3-AutoML JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://github.com/chrislee35/orange3-automl
SummaryOrange3 add-on for H2O AutoML Learning.
upload_time2024-01-07 17:38:12
maintainer
docs_urlNone
authorChris Lee
requires_python
licenseGPL3+
keywords orange3 add-on
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Orange3-AutoML

This leverage [H2O.ai's AutoML](https://h2o.ai/) [h2o python module](https://github.com/h2oai/h2o-3) in [Orange3](https://orangedatamining.com/).

Within the Add-ons installer, click on "Add more..." and type in Orange3-AutoML

![Installation Screenshot](https://github.com/chrislee35/orange3-automl/blob/main/imgs/install_orange3_automl.png?raw=true)

Here is an example workflow using the iris dataset.

![Example Orange3 Workflow using iris and the H2O Learner](https://github.com/chrislee35/orange3-automl/blob/main/imgs/example_workflow.png?raw=true)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/chrislee35/orange3-automl",
    "name": "Orange3-AutoML",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "orange3 add-on",
    "author": "Chris Lee",
    "author_email": "github@chrislee.dhs.org",
    "download_url": "",
    "platform": null,
    "description": "# Orange3-AutoML\n\nThis leverage [H2O.ai's AutoML](https://h2o.ai/) [h2o python module](https://github.com/h2oai/h2o-3) in [Orange3](https://orangedatamining.com/).\n\nWithin the Add-ons installer, click on \"Add more...\" and type in Orange3-AutoML\n\n![Installation Screenshot](https://github.com/chrislee35/orange3-automl/blob/main/imgs/install_orange3_automl.png?raw=true)\n\nHere is an example workflow using the iris dataset.\n\n![Example Orange3 Workflow using iris and the H2O Learner](https://github.com/chrislee35/orange3-automl/blob/main/imgs/example_workflow.png?raw=true)\n",
    "bugtrack_url": null,
    "license": "GPL3+",
    "summary": "Orange3 add-on for H2O AutoML Learning.",
    "version": "0.0.8",
    "project_urls": {
        "Homepage": "https://github.com/chrislee35/orange3-automl"
    },
    "split_keywords": [
        "orange3",
        "add-on"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6d2a48a0e45d8386131ca433a306c861941f813e4d82fb881bdadfe79c89ae9",
                "md5": "35c37c96c2217e102137cb1231d39266",
                "sha256": "7671f68468fdd3fc1f8e90c6634166dc1c0e35bf58599bb3a75989dca2561c16"
            },
            "downloads": -1,
            "filename": "Orange3_AutoML-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "35c37c96c2217e102137cb1231d39266",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5465,
            "upload_time": "2024-01-07T17:38:12",
            "upload_time_iso_8601": "2024-01-07T17:38:12.343713Z",
            "url": "https://files.pythonhosted.org/packages/c6/d2/a48a0e45d8386131ca433a306c861941f813e4d82fb881bdadfe79c89ae9/Orange3_AutoML-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-07 17:38:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chrislee35",
    "github_project": "orange3-automl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "orange3-automl"
}
        
Elapsed time: 0.15947s