MLBazaar / MLPrimitives

Primitives for machine learning and data science.
https://mlbazaar.github.io/MLPrimitives
MIT License
70 stars 38 forks source link

Create a keras LSTM based TimeSeriesClassifier primitive #218

Closed csala closed 4 years ago

csala commented 4 years ago

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.