Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 676394541
  • Loading branch information
MLedu authored and copybara-github committed Sep 19, 2024
1 parent dabdd8b commit 6d3ac6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml/cc/exercises/linear_regression_taxi.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@
" * How many epochs did it take to converge on the final model?\n",
" * How well does the model fit the sample data?\n",
"\n",
"During training, you should see the root mean square error (RSME) in the output. The units for RMSE are the same as the units for the label (dollars). In other words, you can use the RMSE to determine how far off, on average, the predicted fares are in dollars from the observed values."
"During training, you should see the root mean square error (RMSE) in the output. The units for RMSE are the same as the units for the label (dollars). In other words, you can use the RMSE to determine how far off, on average, the predicted fares are in dollars from the observed values."
]
},
{
Expand Down

0 comments on commit 6d3ac6a

Please sign in to comment.