Skip to content

v0.7.0 Time Series Classification Support

Pre-release
Pre-release
Compare
Choose a tag to compare
@o-laurent o-laurent released this 31 Jul 07:50
· 6 commits to main since this release
138af06

What's Changed

  • ✨ Time-Series Classification support by @alafage & @o-laurent in #194
    • Add InceptionTime model (single, mimo, packed-ensembles, bnn, etc.)
    • Add UCRUEADataset and UCRUEADataModule
    • Add Experiment config files
  • ✨ Add complexity metrics (number of parameters and floating-point operations) in all routines by @alafage in #199
  • 🔨 Change default implementation value in PackedLinear to "einsum" as it seems faster.

Maintenance updates

Full Changelog: v0.6.0...v0.7.0