This competition is hosted by SIGNATE. The goal is to build an algorithm that predicts the price of used cars based on information (such as car type and odometer).
This repository is the solution that 12th place in the SIGNATE Student Cup 2023.
PB: 43.3612002(17th)LB: 43.1364339(12th)
I experimented with everything on Google Colab. As a pretreatment, I corrected for discrepancies in missing values and character codes. Also, we predicted the price by stacking LightGBM.
- NumPy 1.23.5
- Pandas 1.5.3
- Scikit-learn 1.2.2
- LightGBM 4.0.0
- Matplotlib 3.7.1
- Seaborn 0.12.2
All processing must be done in the repos/
folder of Google Colab.
!mkdir repos
Clone from GitHub.
!git clone https://github.com/haru1290/signate-student-cup-2023.git