Skip to content

Commit

Permalink
Merge pull request #149 from davidnunki/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
djarpin authored Dec 15, 2017
2 parents 4fc7004 + 40a9766 commit 28124d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
"- Total Classification Accuracy \n",
"- Mean Absolute Error\n",
"\n",
"For our example, we'll keep things simple and use total clssification accuracy as our metric of choice. We will also evalute Mean Absolute Error (MAE) as the linear-learner has been optimized using this metric, not necessarily because it is a relevant metric from an application point of view. We'll compare the performance of the linear-learner against a naive benchmark prediction which uses majority class observed in the training data set for prediction on the test data.\n",
"For our example, we'll keep things simple and use total classification accuracy as our metric of choice. We will also evaluate Mean Absolute Error (MAE) as the linear-learner has been optimized using this metric, not necessarily because it is a relevant metric from an application point of view. We'll compare the performance of the linear-learner against a naive benchmark prediction which uses majority class observed in the training data set for prediction on the test data.\n",
"\n",
"\n"
]
Expand Down

0 comments on commit 28124d5

Please sign in to comment.