Open abontsema opened 2 years ago
Similar to MLPTimeseriesRegressor. Support for recurrent neural networks (LSTM/GRU) would be nice to have.
MLPTimeseriesRegressor
We can use sam.models.create_keras_quantile_rnn() and sam.preprocessing.RNNReshaper
sam.models.create_keras_quantile_rnn()
sam.preprocessing.RNNReshaper
Similar to
MLPTimeseriesRegressor
. Support for recurrent neural networks (LSTM/GRU) would be nice to have.We can use
sam.models.create_keras_quantile_rnn()
andsam.preprocessing.RNNReshaper