/predicting-recipe-time

Predicting the completion time of a recipe from just the text of the instructions.

Primary LanguageJupyter Notebook

Predicting Recipe Completion Time

Predicting the completion time of a recipe from just the text of the instructions, using scikit-learn's regression models.
Best R2 score was 0.767 with the GradientBoostingRegressor model.