Skip to content

teroxrr/Predicting-Car-Prices

Repository files navigation

Predicting Car Prices Using K-Nearest Neighbors¶

This project offers a description of how the K-Nearest Neighbors algorithm works. We will apply it to a real world dataset, after performing some cleaning. The main goal is to get a grasp of how we can train a model, improve its functioning through the development of certain tools, and use it to make predictions.

Required Libraries used within the project

The project is written in Python, using the following tools:

  • Pandas
  • Numpy
  • Sklearn
  • Matplotlib
  • Seaborn

About

Basic exploration of K-Nearest Neighbor algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published