Hannah Ritter
Hannah Ritter
Yeah, it's a lot, sorry. Thanks for the advice though, that already helps! I am still kind of stuck in the mindset of 'regular' neural networks I guess. So if...
Hello, I tried your suggestion of interpolating a spline through the whole time series, but this just lead to it overfitting on the training data practically immediately. I think I...
Thanks for the suggestions! After implementing your suggestions, things started working out. I tried a NeuralODE decoder for Seq2Seq, the results were actually worse than just using the NeuralCDE model....
How would new data then be processed? I am clueless what to do after calling ```python test_ numerical_transform = fit1.transform(X_numerical_test) test_categorical_transform = fit2.transform(X_categorical_test) ```