I** want to build a model to recommend food items to buy for a particular day and the quantity to be purchased. I track consumption history of items by day of week and person, as well as inventory**. Are there any **specific algorithms I can use? **I need to implement these algorithms from scratch so a statistical concept would be preferred over a library
food consumption history is map of weekdays 'monday, tuesday, …' to a 2d List containing lists of item name and quantity on consumed.