Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion KG_Classification1_Homework.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
Expand Down