Metadata-Version: 2.1
Name: haferml
Version: 0.0.2
Summary: HAFER ML, the homemade framework for machine learning.
Home-page: https://github.com/emptymalei/haferml
Author: L Ma
Author-email: hi@leima.is
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=1.2.0)
Requires-Dist: scipy (>=1.2.1)
Requires-Dist: loguru (>=0.5.3)
Requires-Dist: click (>=7.1.2)
Requires-Dist: simplejson (>=3.17.2)
Provides-Extra: all
Requires-Dist: nose ; extra == 'all'
Requires-Dist: mkdocs-autorefs (>=0.1.1) ; extra == 'all'
Requires-Dist: mkdocs-material (>=0.4.4) ; extra == 'all'
Requires-Dist: awscli (>=1.19.50) ; extra == 'all'
Requires-Dist: mkdocstrings (>=0.15.0) ; extra == 'all'
Requires-Dist: requests (>=2.25.1) ; extra == 'all'
Requires-Dist: colorama (>=0.4.4) ; extra == 'all'
Requires-Dist: boto3 (>=1.17.51) ; extra == 'all'
Provides-Extra: aws
Requires-Dist: boto3 (>=1.17.51) ; extra == 'aws'
Requires-Dist: awscli (>=1.19.50) ; extra == 'aws'
Provides-Extra: awscli
Requires-Dist: awscli (>=1.19.50) ; extra == 'awscli'
Provides-Extra: boto3
Requires-Dist: boto3 (>=1.17.51) ; extra == 'boto3'
Provides-Extra: colorama
Requires-Dist: colorama (>=0.4.4) ; extra == 'colorama'
Provides-Extra: docs
Requires-Dist: mkdocs-autorefs (>=0.1.1) ; extra == 'docs'
Requires-Dist: mkdocs-material (>=0.4.4) ; extra == 'docs'
Requires-Dist: mkdocstrings (>=0.15.0) ; extra == 'docs'
Requires-Dist: requests (>=2.25.1) ; extra == 'docs'
Requires-Dist: colorama (>=0.4.4) ; extra == 'docs'
Provides-Extra: mkdocs-autorefs
Requires-Dist: mkdocs-autorefs (>=0.1.1) ; extra == 'mkdocs-autorefs'
Provides-Extra: mkdocs-material
Requires-Dist: mkdocs-material (>=0.4.4) ; extra == 'mkdocs-material'
Provides-Extra: mkdocstrings
Requires-Dist: mkdocstrings (>=0.15.0) ; extra == 'mkdocstrings'
Provides-Extra: nose
Requires-Dist: nose ; extra == 'nose'
Provides-Extra: requests
Requires-Dist: requests (>=2.25.1) ; extra == 'requests'
Provides-Extra: tests
Requires-Dist: nose ; extra == 'tests'

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

## The Idea

The Hafer ML frameworks is very simple. It is a minimal framework that I have been applying to small projects. Hafer ML save the artifacts at every step to make it easy to reproduce. The tool we choose to make it reproducible is Docker.

![](https://datumorphism.leima.is/blog/data-science/assets/a-simple-machine-learning-framework/simple_framework_ml_projects.png)
> [on whimsical](https://whimsical.com/hafer-ml-WMGCWpDixJG9S3PAFWey1i)



