Skip to content

JanithMalinda/Bike-price-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bike Price Predictor

This project predicts the prices of motorbikes in Europe based on various features like brand, engine capacity, type, and more. It uses machine learning techniques for regression analysis to provide accurate predictions.


📁 Project Structure

  • ML Project.ipynb: Jupyter notebook containing the code for data preprocessing, training, and testing the model.
  • europe-motorbikes-zenrows.csv: Dataset containing motorbike details and prices.
  • .ipynb_checkpoints/: Auto-saved checkpoints for the notebook.

⚙️ Features

  • Data Preprocessing: Handles missing values, encodes categorical data, and scales numeric features.
  • Model Training: Utilizes regression models like Linear Regression, Random Forest, and XGBoost.
  • Model Evaluation: Assesses the performance using metrics like RMSE and R².
  • Price Prediction: Provides an interface to input bike details and predict prices.

🧰 Technologies Used

  • Python
  • Jupyter Notebook
  • Pandas
  • Scikit-learn
  • Matplotlib/Seaborn
  • ZenRows API (for dataset extraction)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published