I was wondering which package to use between pytorch forecasting (https://pytorch-forecasting.readthedocs.io/en/stable/) or darts (https://unit8co.github.io/darts/). I have been trying both, it looks like darts is more sklearn-like in its writing and style and pytorch forescasting uses different data classes.
Any comment comparing the two would be welcome.
I don't know if some of you might have carried out a performance comparison between both libraries.
Thanks in advance!