Skip to content

Commit

Permalink
visualization added
Browse files Browse the repository at this point in the history
  • Loading branch information
tedoaba committed Nov 6, 2024
1 parent 800f3ac commit 1f2e691
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,17 +141,17 @@ The interactive dashboard provides the following visualization features:

![Random Fores](figures/RandomForest_forcating_price.png)

![SARIMA](figures/SARIMA_future_forcast.png)
![SARIMA](figures/SARIMA__future_forcast.png)

- **Residual Distribution**: Interactive elements that allow users to select and highlight residual distribution on the timeline.

![XGBoost](figures/xgb_residual_dis.png)

![CatBoost](figures/CatBoost_residual_dis.png)
![CatBoost](figures/CatBoost_residual_dist.png)

![Decision Tree](figures/DecisionTree_residual_dis.png)
![Decision Tree](figures/DecisionTree_residual_dist.png)

![Random Fores](figures/RandomForest_residual_dis.png)
![Random Fores](figures/RandomForest_residual_dist.png)


- **Forecasting and Predictions**: Displayed through charts (e.g., Recharts, Chart.js) for understanding future price movements based on selected models.
Expand Down

0 comments on commit 1f2e691

Please sign in to comment.