The HomemAde FramEwoRk for Machine Learning (HAFER ML) is a minimal and unambitious framework for your machine learning projects, with reproducibility in mind.
Hafer is oat in German.
pip install haferml
This will leave out many dependencies. To install all,
pip install "haferml[all]"
The extras options:
all
: everythingaws
: required if one needs AWSdocs
: required to build the docs
The Hafer ML frameworks is designed to be a minimal framework for data scientists. Hafer ML uses config files and saves the artifacts at every step for reproducibility.