Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 2.48 KB

File metadata and controls

51 lines (42 loc) · 2.48 KB

End_To_End_ML_Advanced_Multi_Step_Time_Series

Project Scructure

advanced_multi_step_time_series/
├─ data/
│  ├─ raw/
├─ images/
├─ models/
│  ├─ CatBoostRegressor/
│  ├─ LGBMRegressor/
│  ├─ XGBRegressor/
├─ notebooks/
├─ src/
│  ├─ data/
│  ├─ features/
│  ├─ models/
│  ├─ visualization/
├─ .gitattributes
├─ requirements.txt
├─ README.md

The root variable in paths.py must be changed to the absolute path of the project.

Install the required dependencies.

pip install -r requirements.txt

Running the Application

You can directly run the application, make training and predictions.

streamlit run app.py

Tool Preview 1 Tool Preview 2 Tool Preview 3 Tool Preview 4 Tool Preview 5 Tool Preview 6 Tool Preview 7 Tool Preview 8 Tool Preview 9 Tool Preview 10 Tool Preview 11