You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple stock forecast is given as an example here. I repeated the same modeling and testing procedures for all other companies.
Final project is a research paper based on my multi-sector forecasting results.
About
● Retrieved companies' stock data ● Applied time series analysis with Python (numpy, pandas, scikit-learn, matplotlib) : fitted ARIMA and SARIMA models on training data ● Implemented the machine learning models XGBClassifier and SVC on the stocks data in comparison to logistic regression model