diff --git a/README.md b/README.md index b5d4c22..981dd07 100644 --- a/README.md +++ b/README.md @@ -78,16 +78,15 @@ The sequence of all the algorithms used is as follows: ## 📊 Performance Metrics The **Root Mean Square Error (RMSE)** of all the following 10 Regression Algorithms is provided below: - -![image](https://github.com/rohitinu6/Stock-Price-Prediction/assets/113301503/5c3d986f-ef0f-453e-8f5a-e43193489174) +![image](images\f23e9194-72de-438d-bd69-744667680d3e.jpeg) The **Mean Absolute Error (MAE)** of all the following 10 Regression Algorithms is provided below: -![image](https://github.com/rohitinu6/Stock-Price-Prediction/assets/113301503/50b9a8ae-72c6-4927-8356-18af1f1cacfb) +![image](images\085ee2d1-3544-4bed-a558-5b0b801e806b.jpeg) The **Mean Absolute Percentage Error (MAPE)** of all the following 10 Regression Algorithms is provided below: -![image](https://github.com/rohitinu6/Stock-Price-Prediction/assets/113301503/4ddab02c-6fa4-414e-b14b-6642dbe6183b) +![image](images\6c9ebb5b-a8ed-44de-8842-bf8f5c25990f.jpeg) ## 🔮 Future Work diff --git a/images/085ee2d1-3544-4bed-a558-5b0b801e806b.jpeg b/images/085ee2d1-3544-4bed-a558-5b0b801e806b.jpeg new file mode 100644 index 0000000..ee6f90d Binary files /dev/null and b/images/085ee2d1-3544-4bed-a558-5b0b801e806b.jpeg differ diff --git a/images/6c9ebb5b-a8ed-44de-8842-bf8f5c25990f.jpeg b/images/6c9ebb5b-a8ed-44de-8842-bf8f5c25990f.jpeg new file mode 100644 index 0000000..c69a5a8 Binary files /dev/null and b/images/6c9ebb5b-a8ed-44de-8842-bf8f5c25990f.jpeg differ diff --git a/images/f23e9194-72de-438d-bd69-744667680d3e.jpeg b/images/f23e9194-72de-438d-bd69-744667680d3e.jpeg new file mode 100644 index 0000000..8a58da9 Binary files /dev/null and b/images/f23e9194-72de-438d-bd69-744667680d3e.jpeg differ