luke20332 / OSINT_Visualisation

Applied Data Science group project. Visualising data from OSINT practitioner SIPRI to model the act of international arms transfers, and their possible influences on ongoing conflicts across the globe.
3 stars 1 forks source link

Arima Time-Series forecasting #34

Open luke20332 opened 1 year ago

luke20332 commented 1 year ago

ARIMA models are machine learning models which are used to predict future values of a time series based on historical data.

I am thinking of using this as a more structured and reliable form of predicting future expenditure, compared to linear and polynomial regression

luke20332 commented 1 year ago

Tried one tutorial - did not work; gave the same predicted value for the future. May try again on a different method but this may be a deadend