sktime / sktime-dl

DEPRECATED, now in sktime - companion package for deep learning based on TensorFlow
BSD 3-Clause "New" or "Revised" License
595 stars 79 forks source link

added simple rnn regressor #40

Closed mloning closed 4 years ago

mloning commented 4 years ago
james-large commented 4 years ago

Cool, all looks fine. As a general rule of thumb we obviously don't need to split every architecture into _network, _classifier, _regressor, etc, but I imagine we'd want to for this? Or alternatively keep it specifically separate/recognisable as the M4 benchmark. Happy with either really