noahtren / noms

A fun and simple Python package that allows you to work with highly detailed nutrition data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explain Analytics Module in README

noahtren opened this issue · comments

Added a module that provides recommendations and uses least squares regression to determine the level of nutrient satisfaction that a given meal has (Σ (rda - val)^2). This should be demonstrated as a test and the README should be updated to reflect its addition.

A limited explanation of generate_recommendations has been added to the README and demonstrated in test.py