| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Advanced time series forecasting analysis comparing ARIMA, LSTM, and Prophet algorithms for predicting chili prices across 5 major traditional markets in Medan, Indonesia.
# Navigate to notebooks and execute in order:
cd notebooks/
jupyter notebook 01_data_cleaning_and_eda.ipynb
jupyter notebook 02_arima_modeling.ipynb
jupyter notebook 03_lstm_modeling.ipynb
jupyter notebook 04_prophet_modeling.ipynb
jupyter notebook 05_model_comparison_and_inference.ipynb| Rank | Model | RMSE | MAPE (%) | Category |
|---|---|---|---|---|
| 1 | LSTM (baseline) | 11,933 | 13.76 | Excellent ⭐ |
| 2 | LSTM + Holiday | 14,498 | 18.02 | Good |
| 3 | ARIMA | 35,197 | 41.21 | Poor |
| 4 | Prophet + Holiday | 49,684 | 69.94 | Very Poor |
| 5 | Prophet (baseline) | 51,090 | 73.90 | Very Poor |
Winner: LSTM (baseline) - 66% better than ARIMA, 80% better than Prophet
See LAPORAN_FINAL.md for complete:
| Back | FazBrowse Home | New Git URL |