Skip to content

Commit 40a9766

Browse files
author
davidnunki
authored
Fix typos
1 parent 9618165 commit 40a9766

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)