Skip to content

chaitu092/Laptop-Price-Prediction

Repository files navigation

LAPTOP PRICE PREDICTOR USING MACHINE LEARNING TECHNIQUES

Screenshot 2021-08-18 at 00-28-55 Buy 2019 Apple MacBook Pro (16-inch 40 65 cm, 16GB RAM, 512GB Storage, 2 6GHz 9th Gen Int

Problem Statement

The objective of this project is to create end to end machine learning model to predict prices of laptop based on given set of features. If a user who is not aware of price of laptops, but knows the features by selecting the desired features and configurations, we can predict the price using our website.

This is basically a regression problem.

Steps involved

  1. Data Preprocessing and cleaning
  2. Exploratory data analysis
  3. Feature Engineering
  4. Modeling
  5. Website/UI
  6. Deployment in Cloud platform (Herouku) image https://laptopprice.herokuapp.com/

Machine Learning Models

XGboost,Voting Regressor,Catboost,Gradient boost,LightGBM, Stacking,Random Forest,Extra Tree,Support Vector Regressor,Linear Regression, Lasso Regression,Ridge Regression,Decision Trees,Ada boost,K-Nearest Neighbors.

End Results

From the obtained results of the above models, XGBoost Classifier has highest model performance of 89.8%. So the model is saved to the file 'XGBoostRegressor.pickle.dat'

MacBook_Pro16_Desktop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages