emptymalei / haferml

the HomemAde FramEwoRk for Machine Learning

Home Page:https://haferml.leima.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hafer ML

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.

Install

pip install haferml

This will leave out many dependencies. To install all,

pip install "haferml[all]"

The extras options:

  • all: everything
  • aws: required if one needs AWS
  • docs: required to build the docs

The Idea

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.

on whimsical

About

the HomemAde FramEwoRk for Machine Learning

https://haferml.leima.is

License:MIT License


Languages

Language:Python 100.0%