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

Migration to `sktime` #136

Open fkiraly opened 9 months ago

fkiraly commented 9 months ago

sktime-dl is currently being ported to mini-packages within sktime, and no longer maintained as a separate package.

Most estimators formerly in sktime-dl are now available in the sktime.classification.deep_learning and sktime.regression.deep_learning modules, and maintained there.

Contributions are appreciated to port the rest!

To contribute, follow instructions in the umbrella planning issue https://github.com/sktime/sktime/issues/3351 on the sktime repo.