Metadata-Version: 2.3
Name: autotuneml
Version: 0.3.12
Summary: A package for automated machine learning on tabular data
Project-URL: Homepage, https://github.com/jss367/autotuneml
Project-URL: Bug Tracker, https://github.com/jss367/autotuneml/issues
Author-email: Julius Simonelli <julius.simonelli@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: fastai
Requires-Dist: hyperopt
Requires-Dist: joblib
Requires-Dist: optuna
Requires-Dist: pandas
Requires-Dist: pyyaml
Requires-Dist: scikit-learn
Description-Content-Type: text/markdown

# AutoTuneML

Automated machine learning for tabular data.
* Works with HyperOpt or Optuna

It is recommended that you use [datacleanml](https://github.com/jss367/datacleanml) before running this code.
