git clone https://github.com/tcw1470/r-watch.git
pip install -r requirements.txt
streamlit run Home.py
Fit Prophet
- Users are required to first fetch data from Climate Serv
- Users may then click to train and fit a Prophet model
Fit a deep Auto-Regressive model
- Users are required to enter a string describing a place
- Users then explicitly click start to fetch data from ClimateServ
- Users may then click to train and fit a DeepAR model
.
├── src/
│ ├── requirements.txt
│ ├── utils.py
│ ├── Home.py # rendered
│ └── pages /
│ ├── Fit_deepAR.py
│ ├── Fit_prophet.py
│ ├── More_stats.py
│ └── ...
└── data/
└── Gaza /
└── ...
Revise the source of above tree diagram here