Evaluating car class using the k nearest neighbor algorithm from the scikit-learn Machine learning library in Python

In this post, I am going to give a quick tutorial on how to use knn in sklearn to evaluate a car class. The dataset is from the UCI Machine learning repository https://archive.ics.uci.edu/ml/datasets/car+evaluation. You can download the dataset from this location from the data folder link to follow the tutorial. Also read more about the […]

Read More