diff --git a/KG_Classification1_Homework.ipynb b/KG_Classification1_Homework.ipynb index 9105b1f..352fa30 100644 --- a/KG_Classification1_Homework.ipynb +++ b/KG_Classification1_Homework.ipynb @@ -8,7 +8,7 @@ "\n", "Given the iris data set, use the last two features \"penal length\" and \"penal width\" to predict the \"species\". Build a logistic regression and:\n", "\n", - "- (1) Print out the accuracy\n", + "- (1) Print out the accuracy - Testing Feature Flag Github\n", "- (2) Make a prediction given a new observation $\\text{penal length} = 7$, $\\text{penal width}=4$, as well as the probabilities $p(y=i|x)$.\n", "- (3) Plot the linear boundaries, and compare it with the LDA's boundary." ]