Create a keras LSTM based TimeSeriesClassifier primitive
Closed this issue · 0 comments
csala commented
We have a keras.Sequential.LSTMTimeSeriesRegressor
primitve, but we do not have any LSTM based timeseries classifier.
The goal of this issue is to add an LSTMTimeSeriesClassifier with an architecture similar to the Regressor that we already have.