Thanks! Contrary to sktime, Darts focuses mostly on forecasting (at least for the time being), and has better support for deep learning, meta learning, handling past/future covariates and richer support for probabilistic forecasting. sktime-dl is not an active project (AFAIK).
@@julienherzen7191 thanks! How compatible is darts with the sklearn ecosystem? I know with sktime I can trivially use any sklearn regression as a forecaster by wrapping it, can this be done in darts as well?
Just stumbled into this video. Currently messing around with time series data and forecasting, this library will be useful for me. Thank you.
Thanks for the great talk! How does Darts compare with sktime and sktime-dl?
Thanks! Contrary to sktime, Darts focuses mostly on forecasting (at least for the time being), and has better support for deep learning, meta learning, handling past/future covariates and richer support for probabilistic forecasting. sktime-dl is not an active project (AFAIK).
@@julienherzen7191 thanks! How compatible is darts with the sklearn ecosystem? I know with sktime I can trivially use any sklearn regression as a forecaster by wrapping it, can this be done in darts as well?
@@sankalpgilda6818 Yes, in Darts that would be done using a "RegressionModel" - I invite you to read the docs or our Quickstart guide.