Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@chenyangkang chenyangkang released this 17 Apr 06:34
· 13 commits to master since this release
438e391

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