Submitted by popcornn1 t3_y7x8vp in MachineLearning
Hello,
I am just starting new project on time series forecasting and consider which library might be the best to use.
In previous project I have been using sktime, but recently I have found modeltime and darts also.
​
So my question is: Have you use any of this library (maybe more then one) and could you guys tell me why you like them and why not?
Thanks in advance for all answers.
davidrodord92 t1_isyz1tw wrote
Haven't used all of them but I suggest that instead of focusing on the models focus on the data, review what transformation or cleaning on data could provide better results. Decomposition, decorrelation, log, wavelets etc
If the models use the same algorithm probably results won't change at all. For example Wavelet Toolbox on Matlab and PyWavelets provide same results even though are different teams of developers, but they use the same DWT algorithm.