Metadata-Version: 2.1
Name: justmltools
Version: 0.0.5
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/)
        
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
