From 0936ff0537a5898afcf528bed9418b9e8ead4f8c Mon Sep 17 00:00:00 2001 From: Daniel Santana Date: Thu, 8 Sep 2016 20:46:19 -0400 Subject: [PATCH] fixes typo Mke => Make --- cs110_lab2_als_prediction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs110_lab2_als_prediction.py b/cs110_lab2_als_prediction.py index 2150906..0950009 100644 --- a/cs110_lab2_als_prediction.py +++ b/cs110_lab2_als_prediction.py @@ -670,7 +670,7 @@ # MAGIC %md # MAGIC ### (3c) Train a Model with Your Ratings # MAGIC -# MAGIC Now, train a model with your ratings added and the parameters you used in in part (2b) and (2c). Mke sure you include **all** of the parameters. +# MAGIC Now, train a model with your ratings added and the parameters you used in in part (2b) and (2c). Make sure you include **all** of the parameters. # MAGIC # MAGIC **Note**: This cell will take about 30 seconds to run.