InstallationΒΆ
This package works with Python 3.6+ in Linux, Mac and Windows. There are different options to install it.
To install the default version of Alpha-AutoML (support for classification, regression and semi-supervised tasks), run:
$ pip install alpha-automl
To support time-series tasks, install:
$ pip install alpha-automl[timeseries]
To install NLP primitives, run:
$ pip install alpha-automl[nlp]
To support all the ML tasks, install:
$ pip install alpha-automl[full]
To install the latest development version:
$ pip install git+https://github.com/VIDA-NYU/alpha-automl@devel