Metadata-Version: 2.4
Name: orange3-automl
Version: 0.1.0
Summary: Orange3 add-on for H2O and AutoGluon AutoML Learning.
Author-email: Chris Lee <github@chrislee.dhs.org>
License: CC-BY-NC-SA-4.0
Project-URL: Homepage, https://github.com/chrislee35/orange3-automl
Keywords: orange3 add-on
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: Orange3>=3.34.0
Requires-Dist: h2o>=3.44
Requires-Dist: autogluon>=1.4.0
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: recommonmark; extra == "doc"
Requires-Dist: sphinx_rtd_theme; extra == "doc"

# Orange3-AutoML

This leverage [H2O.ai's AutoML](https://www.h2o.ai/) [h2o python module](https://github.com/h2oai/h2o-3) and [AutoGluon](https://auto.gluon.ai) 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)
