MTH 496讲解、Machine Learning辅导、讲解Python、Python编程设计调试
辅导Python编程|解析C/C++编
Homework 3
MTH 496 – Machine Learning
Due date: Mar. 27th, 2019
(1 problems/1 page)
1 Programming Homework
Note Write your codes in Jupyter notebook format. Each problem is in a separate notebook
and submit all of them via a dropbox in D2L. Machine learning libraries in Python
packages are not allowed to use.
Problem (50pts). With Iris dataset given in the second home work,
a) Program a k-NN model to predict the labels in the test data. Test your model with at
least three distinct k values
b) Calculate micro and macro AUCs.
1