Alpha-AutoML: NYU's AutoML System
Project description
Alpha-AutoML is an AutoML system that automatically searches for models and derives end-to-end pipelines that read, pre-process the data, and train the model. Alpha-AutoML leverages recent advances in deep reinforcement learning and is able to adapt to different application domains and problems through incremental learning.
Alpha-AutoML provides data scientists and data engineers the flexibility to address complex problems by leveraging the Python ecosystem, including open-source libraries and tools, support for collaboration, and infrastructure that enables transparency and reproducibility.
This repository is part of New York University's implementation of the Data Driven Discovery project (D3M).
Documentation
Documentation is available here.
Installation
This package works with Python 3.6+ in Linux, Mac, and Windows.
You can install the latest stable version of this library from PyPI:
pip install alpha-automl
To install the latest development version:
pip install git+https://github.com/VIDA-NYU/alpha-automl@devel
Trying it using Docker
We provide pre-built docker images with Jupyter and Alpha-AutoML pre-installed that you can use to quickly test Alpha-AutoML. To test it, you can run the following command in your machine, and open Jupyter Notebook on your browser:
docker run -p 8888:8888 ghcr.io/vida-nyu/alpha-automl
Using this command, Jupyter Notebook will auto-generate a security token. The correct URL to access the Jupyter will be printed in the console output and will look like: http://127.0.0.1:8888/?token=70ace7fa017c35ba0134dc7931add12bf55a69d4d4e6e54f
.
Alternatively, if you want to provide a custom security token, you can run:
docker run -p 8888:8888 -e JUPYTER_TOKEN="<my-token>" ghcr.io/vida-nyu/alpha-automl
If you are running the Jupyter Notebook in a secure environment, the authentication can be disabled as follows:
docker run -p 8888:8888 ghcr.io/vida-nyu/alpha-automl --NotebookApp.token=''
Building a Docker image from scratch
If you need to build an image from sources, you can use our Dockerfile. You can use a docker-build argument to select the packages that will be installed in the image (e.g., full
, timeseries
, nlp
, etc) as follows:
docker build -t alpha-automl --build-arg BUILD_OPTION=full .
Or simply a base version using (this will use less disk space but will not provide support for some tasks such as NLP and timeseries):
docker build -t alpha-automl:latest --target alpha-automl .
You can also build an image to use with JupyterHub as follows:
docker build -t alpha-automl:latest-jupyterhub --target alpha-automl-jupyterhub .
See also the documentation on how to setup Alpha-AutoML + JupyterHub on Kubernetes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file alpha-automl-0.3.0.tar.gz
.
File metadata
- Download URL: alpha-automl-0.3.0.tar.gz
- Upload date:
- Size: 58.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.49.0 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13c3954f3c97c2c48be5c33692b4d0e382d15e11a97ac5ea36bde12e5d0a7527 |
|
MD5 | 39ed5d15fe953f8b08ecef3a4dd0488f |
|
BLAKE2b-256 | 1ba4683b7db7822787f05047586b2edfef5f3293d76c673cad94e2b36b744fa3 |
File details
Details for the file alpha_automl-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: alpha_automl-0.3.0-py3-none-any.whl
- Upload date:
- Size: 68.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.49.0 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a72d26fff3968a28a4ae8f71f4c56fa771aa432948479da31c3fa0881bd41dd |
|
MD5 | 7040df097c6c026f0bea55dd72754300 |
|
BLAKE2b-256 | 873c23cc30a94b6efa28116ef1f3864b36d6effd066cdff1b9548bab51bb9609 |