Metadata-Version: 2.1
Name: myautoml
Version: 0.6.2
Summary: myautoml is a package which provides a framework to automate machine learning
Home-page: https://github.com/myautoml/myautoml
Author: Erik Jan de Vries
License: UNKNOWN
Project-URL: Documentation, https://myautoml.readthedocs.io
Project-URL: Source Code, https://github.com/myautoml/myautoml
Description: # MyAutoML
        
        [![Documentation Status](https://readthedocs.org/projects/myautoml/badge/?version=latest)](https://myautoml.readthedocs.io/en/latest/?badge=latest)
        [![Latest Python Release](https://img.shields.io/pypi/v/myautoml.svg)](https://pypi.org/project/myautoml/)
        [![Downloads](https://pepy.tech/badge/myautoml)](https://pepy.tech/project/myautoml)
        
        MyAutoML is a project that aims to help data scientists become more efficient, by providing:
        
        - Cookiecutter templates
        - Example scripts (based on the Cookiecutter templates)
        - A Python package with functions to perform common tasks
        - A programming framework to automate as much as possible of the repetitive
          work a data scientist is likely to encounter.
        
        ### Installation
        
        Install MyAutoML using `pip`:
        ```shell script
        pip install myautoml
        ```
        
        ### Documentation
        
        Documentation is under development. The latest version can be found at
        https://myautoml.readthedocs.io/en/latest/.
        
        #### Tutorial
        
        Wondering how to get started with training a model with MyAutoML? Have a look at the
        [tutorial](https://myautoml.readthedocs.io/en/latest/getting_started/train_tutorial.html)!
        
        
        ### Example scripts
        
        We provide example scripts in the folder `scripts`.
        
        
        ### Cookiecutters
        
        To use the Cookiecutter templates:
        ```shell script
        cookiecutter https://github.com/myautoml/myautoml.git --directory="cookiecutter/binary_classifier"
        ```
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: evaluation
Provides-Extra: optimisation
Provides-Extra: tracking
Provides-Extra: visualisation
Provides-Extra: all
