You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setup_requires = ['pytest-runner'] if needs_pytest else []
setuptools.setup(
name="CAML",
version='0.0.1',
author="Morgan Mayer",
author_email="mayermo@oregonstate.edu",
description=(
"Performs data cleaning and feature transformations for machine learning comparison studies. Uses the AutoML software TPOT, based in Scikit-Learn, for machine learning."