This repo is our project "Laptop Price Prediction" in the course "Machine Learning" at Universitat Politècnica de Catalunya (UPC). The original dataset is from Kaggle.
-
Clone the repo:
git clone https://github.com/hieunm44/ml-laptop-price-prediction.git cd ml-laptop-price-prediction
-
Install necessary packages
pip install -r requirements.txt
-
Check the file
Laptop_price_prediction.ipynb
for the whole process from data preprocessing to model training.