Skip to content

Releases: foye501/Capstone_GMT89

v1.0.0

17 Apr 06:34
438e391
Compare
Choose a tag to compare

Version 1.0.0
To run the model:

  1. Go to Project_Airbnb2/Scripts/the_pipelines
  2. python update_features.py. This will generate processing pipelines and features that will be utilized in the training.
  3. python train.py. This will train all five quantile regression LightGBM model, and store them. Other preprocessing like imputation, dimensionality reduction ate also involved.
  4. Go to ../Capstone_app, run streamline run Home.py to launch the web application. You can directly go to our web platform: http://18.205.39.151:8502