Skip to content

Commit

Permalink
lab4 - change tolerance for 2c 2d
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcheung committed Jun 30, 2015
1 parent 8b6d1b1 commit 937c50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lab4_machine_learning_student.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"version 1.0.1\n",
"version 1.0.2\n",
"#![Spark Logo](http://spark-mooc.github.io/web-assets/images/ta_Spark-logo-small.png) + ![Python Logo](http://spark-mooc.github.io/web-assets/images/python-logo-master-v3-TM-flattened_small.png)\n",
"# **Introduction to Machine Learning with Apache Spark**\n",
"## **Predicting Movie Ratings**\n",
Expand Down Expand Up @@ -627,7 +627,7 @@
"ranks = [4, 8, 12]\n",
"errors = [0, 0, 0]\n",
"err = 0\n",
"tolerance = 0.02\n",
"tolerance = 0.03\n",
"\n",
"minError = float('inf')\n",
"bestRank = -1\n",
Expand Down

0 comments on commit 937c50c

Please sign in to comment.