There is a newer version of the record available.

Published March 21, 2020 | Version v0.11.0
Software Open

johannfaouzi/pyts: Release of version 0.11.0

Description

A new version of pyts is released! The highlights of this release are:

  • Add support for Python 3.8 and drop support for Python 3.5.

  • Rework the BagOfWords algorithm to match the description of the algorithm in the original paper. The former version of BagOfWords is available as WordExtractor in the pyts.bag_of_words module.

  • Update the SAXVSM classifier with the new version of BagOfWords.

  • Add the BagOfPatterns algorithm in the pyts.transformation module.

  • Add the ROCKET algorithm in the pyts.transformation module.

  • Add the LearningShapelets algorithm in the pyts.classification module.

  • Deprecated specific functions for Dynamic Time Warping (all dtw_* functions), only the main pyts.metrics.dtw is kept.

Files

johannfaouzi/pyts-v0.11.0.zip

Files (2.7 MB)

Name Size Download all
md5:53ca84e07461568c1ef2b26b4b2cecd3
2.7 MB Preview Download

Additional details

Related works