Metadata-Version: 2.1
Name: justmltools
Version: 0.2.1
Summary: A library for recurring tasks in machine learning projects
Home-page: https://github.com/BigNerd/justmltools
Author: Matthias Burbach
Author-email: matthias.burbach@web.de
License: UNKNOWN
Description: # justmltools
        
        This Python package is a library for recurring tasks in machine learning projects.
        
        It provides the following features:
        * standardized path layout for machine learning input and output data
        * easy data transfer between a local file system and an [MLflow repository](https://www.mlflow.org/)
        * easy data transfer between a local file system and an [AWS S3 bucket](https://aws.amazon.com/s3/)
        
        ## Installation
        
        From [PyPi](https://pypi.python.org/pypi/justmltools/):
        
        ```
        pip3 install justmltools
        ```
        
        ## Documentation
        
        Find documentation on when and how to use justmltools in the [Wiki](https://github.com/BigNerd/justmltools/wiki).
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
