Neural Prophet is compatible with the SoftDTWLossPytorch function from tslearn #1414
YannCabanes
started this conversation in
Show and tell
Replies: 1 comment
-
In the issue tslearn-team/tslearn#477, I propose a code which is running on Google Colab. This code is inspired by Neural Prophet tenth notebook (https://github.com/ourownstory/neural_prophet/blob/main/docs/source/tutorials/tutorial10.ipynb) and demonstrates the compatibility between |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am a maintainer of the tslearn python package about time series learning.
We recently added the support of the PyTorch backend. In particular, we have added the class
SoftDTWLossPytorch
.In the issue tslearn-team/tslearn#477 of tslearn, we have been asked if Neural Prophet can be used with
SoftDTWLossPytorch
.We can combine the
SoftDTWLossPytorch
fromtslearn
withNeuralProphet
fromneuralprophet
by defining:and then:
Beta Was this translation helpful? Give feedback.
All reactions