Metadata-Version: 2.1
Name: a2ml
Version: 0.2.2
Summary: A2ML ("Automate AutoML") is a set of scripts to automate Automated Machine Learning workflows from multiple vendors.
Home-page: https://github.com/augerai/a2ml
Author: Auger AI
Author-email: hello@auger.ai
License: MIT
Keywords: augerai aa2ml.cmdl.cmdl:cmdluger ai machine learning automl deeplearn api sdk
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3
Requires-Dist: numpy (<=1.16.2,>=1.16.0)
Requires-Dist: auger-hub-api-client (>=0.6.1)
Requires-Dist: click
Requires-Dist: shortuuid
Requires-Dist: docutils (<0.16,>=0.10)
Requires-Dist: ruamel.yaml (<=0.15.89,>=0.15.35)
Requires-Dist: requests
Requires-Dist: pandas (==0.23.4)
Requires-Dist: smart-open (==1.9.0)
Requires-Dist: jsonpickle
Provides-Extra: all
Requires-Dist: flake8 ; extra == 'all'
Requires-Dist: mock ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Requires-Dist: pytest-runner ; extra == 'all'
Requires-Dist: pytest-xdist ; extra == 'all'
Requires-Dist: tox ; extra == 'all'
Requires-Dist: twine ; extra == 'all'
Requires-Dist: wheel (<0.31.0,>=0.30.0) ; extra == 'all'
Requires-Dist: sphinx ; extra == 'all'
Requires-Dist: sphinx-rtd-theme ; extra == 'all'
Requires-Dist: celery (==4.4.0) ; extra == 'all'
Requires-Dist: aioredis ; extra == 'all'
Requires-Dist: asyncio ; extra == 'all'
Requires-Dist: fastapi ; extra == 'all'
Requires-Dist: gevent ; extra == 'all'
Requires-Dist: redis ; extra == 'all'
Requires-Dist: uvicorn ; extra == 'all'
Requires-Dist: s3fs ; extra == 'all'
Requires-Dist: boto3 ; extra == 'all'
Requires-Dist: shap (==0.32.1) ; extra == 'all'
Requires-Dist: scipy (<=1.1.0,>=1.0.0) ; extra == 'all'
Requires-Dist: scikit-learn (<=0.20.3,>=0.19.0) ; extra == 'all'
Requires-Dist: pyarrow ; extra == 'all'
Requires-Dist: fusepy ; extra == 'all'
Requires-Dist: azureml-train-automl-client ; extra == 'all'
Requires-Dist: azureml-train-automl-runtime ; extra == 'all'
Requires-Dist: google-cloud-automl ; extra == 'all'
Provides-Extra: azure
Requires-Dist: shap (==0.32.1) ; extra == 'azure'
Requires-Dist: scipy (<=1.1.0,>=1.0.0) ; extra == 'azure'
Requires-Dist: scikit-learn (<=0.20.3,>=0.19.0) ; extra == 'azure'
Requires-Dist: pyarrow ; extra == 'azure'
Requires-Dist: fusepy ; extra == 'azure'
Requires-Dist: azureml-train-automl-client ; extra == 'azure'
Requires-Dist: azureml-train-automl-runtime ; extra == 'azure'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: google
Requires-Dist: google-cloud-automl ; extra == 'google'
Provides-Extra: server
Requires-Dist: celery (==4.4.0) ; extra == 'server'
Requires-Dist: aioredis ; extra == 'server'
Requires-Dist: asyncio ; extra == 'server'
Requires-Dist: fastapi ; extra == 'server'
Requires-Dist: gevent ; extra == 'server'
Requires-Dist: redis ; extra == 'server'
Requires-Dist: uvicorn ; extra == 'server'
Requires-Dist: s3fs ; extra == 'server'
Requires-Dist: boto3 ; extra == 'server'
Provides-Extra: testing
Requires-Dist: flake8 ; extra == 'testing'
Requires-Dist: mock ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: pytest-runner ; extra == 'testing'
Requires-Dist: pytest-xdist ; extra == 'testing'
Requires-Dist: tox ; extra == 'testing'
Requires-Dist: twine ; extra == 'testing'
Requires-Dist: wheel (<0.31.0,>=0.30.0) ; extra == 'testing'

A2ML ("Automate AutoML") is a set of scripts to automate Automated Machine Learning workflows from multiple vendors.


