Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 804 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 804 Bytes

Stock_Price_Prediction using ARIMA Model

This is Summer_of_Code Project of Summers-2022

This project aims to get hands-on on ML, so it starts from basic things like pandas, numpy etc. here we can see project devided in multiple weeks, which is nothing other than preparation for main project. The Project Idea was to Predict Stock Price Using Historical Daily Data. As this was time-series data so i have Used ARIMA Model to accomplish prediction task. I have achived r2_score ~ 0.94

This was a 8-week long project in which we are supposed to learn Machine Learning from scratch. Each week have perticuler assignement to complete after learning. I have covered all the data files and code in my folders.

Detail Explanation of About Final Project (Main Project) is given in the final project folder.