Code and result
Read through chapters 5 and 6 from Zacharski book. Your project will be "Final Code It challenge" on page 71 ( chapter 6 ) and the data (mpgData) can be download from the link below:
https://raw.githubusercontent.com/zacharski/pg2dm-python/master/data/ch6/mpgData.zip
1. Run the kNN algorithm on the given set. ( it should be around 53% accurate ).
2. Run naive Byes code on the same data.
3. Discuss which approach gives better results.