Rumit95 / Car-Price-Prediction

Prediction of car prices using linear regression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goal of project
  
  Using Linear Regression from Supervised Machine Learning Algorithm to learn the data from cars.csv and predicting the car prices.

Tools or languages used

  project is created using python 3. other modules used are flask, sklearn, pandas, mysql.
  
working frontend

  when a user enters the data of required car in web application, data is sent to backend, predictions are done based on previoues learning 
  and returns a predicted price to the user.
  
working backend

  Data is fed to machince learing after performing Exploratory data analysis i.e. exploring data, understanding every feature, its use or relation with traget price,
  finding invalid values, replacing or making them null, filling or removing values based on their importance.
  features with object datatype are encoded into int or float for further calculations.
  data is sliptted into training and testing data which are then fed to machine to learn and also calulate their accuracy.
  based on that a model is created to predict the values enter by the user in web application.
  web application is linked to python and html through flask.
  
  

About

Prediction of car prices using linear regression


Languages

Language:Python 96.4%Language:Cython 2.0%Language:C 1.0%Language:Jupyter Notebook 0.3%Language:C++ 0.1%Language:TeX 0.0%Language:JavaScript 0.0%Language:Fortran 0.0%Language:PowerShell 0.0%Language:Smarty 0.0%Language:CSS 0.0%Language:HTML 0.0%Language:Roff 0.0%Language:MATLAB 0.0%Language:Forth 0.0%Language:Batchfile 0.0%Language:XSLT 0.0%Language:Makefile 0.0%Language:Lua 0.0%Language:Procfile 0.0%