regression/
├─ data/
│ ├─ external/
│ ├─ preprocessed/
│ ├─ raw/
├─ images/
├─ models/
│ ├─ CatBoostRegressor/
│ ├─ LGBMRegressor/
│ ├─ XGBRegressor/
├─ notebooks/
├─ src/
│ ├─ data/
│ ├─ features/
│ ├─ models/
│ ├─ visualization/
├─ .gitignore
├─ .gitattributes
├─ requirements.txt
├─ README.md
The root variable in paths.py must be changed to the absolute path of the project.
pip install -r requirements.txt
You can directly run the application, make training and predictions.
streamlit run app.py