justmltools

A library for recurring tasks in machine learning projects


Keywords
machine-learning, mlflow-tracking-server, pyt, python, s3
License
MIT
Install
pip install justmltools==0.1.1

Documentation

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
  • easy data transfer between a local file system and an AWS S3 bucket
  • easy data transfer from a GitLab repository to the local file system

Installation

From PyPi:

pip3 install justmltools

Documentation

Find documentation on when and how to use justmltools in the Wiki.