Submitted by Ducky181 t3_xuapj8 in MachineLearning
The current project and research paper I am undertaking involves the use of analysing and predicting data from a time series.
I am looking for something similar to FBProphet, but more accurate. Something that can be easily learned, but powerful.
ReaperJr t1_iquspil wrote
If you're using Python, statsmodels is good for their ARIMA models. You'll need to read up a bit on the theory beforehand though.
https://otexts.com/fpp3/