Skip to content

Commit 28124d5

Browse files
authored
Merge pull request aws#149 from davidnunki/patch-1
Fix typos
2 parents 4fc7004 + 40a9766 commit 28124d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction_to_applying_machine_learning/breast_cancer_prediction/Breast Cancer Prediction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
"- Total Classification Accuracy \n",
537537
"- Mean Absolute Error\n",
538538
"\n",
539-
"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",
539+
"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",
540540
"\n",
541541
"\n"
542542
]

0 commit comments

Comments
 (0)