Yeezy & OFF-WHITE Sales Price Prediction
-
In this project, we downloaded a dataset that is about Luxuary Shoes transaction of online platform(StockX). Then, we made derived variable from the dataset and split our data into training and test sets and scaled for data modeling. Evaluate our model using RMSE of test dataset, and finally we use model to predict sales price of new model.
-
team : 김희주, 이원진, 정성용
We've downloaded a StockX transaction dataset, which contains Yeezy and Off-white sales price, price date, design, etc.
- Data Source : StockX-dataset
- Made derived variable for regression modeling (date_diff, price_ratio,etc)
- Added design variable of Yeezy (handle, color,lettering, etc)
- Removed missing value, outlier(Upperfence of IQR 2.0)
- LinearRegression model
- OLS model
- DecisionTreeRegressor model
- RandomForestRegressor model
- GradientBoostingRegressor model
- XGBRegressor model
Predict Sales price of YEEZY and Off-white using our final model(XGBRegressor model)
* Yeezy Israfil
Release date: 2020.08.22
Price: $220 USD
* Nike Zoom Terra Kiger 5 Off-White White (W)
Release date: 2019.06.24
Price : $180 USD
Most effective variable for Resale price of shoes is 'handle trimming' in Yeezy and Zoom model in Off-white.