Metadata-Version: 2.1
Name: justmltools
Version: 3.8.0
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
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
License-File: LICENSE

# 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/)
* easy data transfer from a GitLab repository to the local file system

## 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).
