pyxeda / MiddleSchoolCurriculum

This repository contains the code examples for middle school curriculum
0 stars 0 forks source link

Chapter 8: KNN classification #44

Open ChathukiKet opened 3 years ago

ChathukiKet commented 3 years ago

Create KNN model (using scikit-learn) on the child vs adult dataset (classification). Calculate the accuracy and confusion matrix

ChathukiKet commented 3 years ago

46