Releases: foye501/Capstone_GMT89
Releases · foye501/Capstone_GMT89
v1.0.0
Version 1.0.0
To run the model:
- Go to
Project_Airbnb2/Scripts/the_pipelines
python update_features.py
. This will generate processing pipelines and features that will be utilized in the training.python train.py
. This will train all five quantile regression LightGBM model, and store them. Other preprocessing like imputation, dimensionality reduction ate also involved.- Go to
../Capstone_app
, runstreamline run Home.py
to launch the web application. You can directly go to our web platform: http://18.205.39.151:8502