Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 717 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 717 Bytes

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.