Skip to content

naufal-yafi/knn-regression.model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py version pip version os

KNN Regression

This project aims to predict the price of used cars based on features such as 'year', 'transmission', 'mileage', 'fuelType', 'tax', 'mpg', and 'engineSize' using the K-Nearest Neighbors (KNN) Regression algorithm.

How to use this repo

1. Create VENV

python3 -m venv venv

2. Activate VENV

  1. Linux/MacOS:
    source active
  2. Windows (cmd):
    venv\Scripts\activate.bat
  3. Windows (powershell):
    venv\Scripts\Activate.ps1

3. Install Libraries

sh install