Hacker News new | ask | show | jobs
by streamofdigits 1825 days ago
is the focus on wrapping existing algorithms (like statsmodels) or are you developing at that level as well?
1 comments

Both - some models are wrapped (like ARIMA & ETS around statsmodels, Prophet around fbprophet) and we write others ourselves (RNNs, TCNs, N-Beats, ...). Basically we take a pragmatic approach here, we do whatever is best to use a given model in Darts.