From the course: Applied Machine Learning: Supervised Learning

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Challenge: A classification model

Challenge: A classification model

- [Instructor] Okay, it's challenge time again. For this challenge, I want you to try and find a value for K with our K nears neighbors model that gives us the best accuracy on our Titanic dataset. If you need some help, think of doing a four loop over different values of K and reporting on the accuracy as those values change. Good luck.

Contents