griffinfoster / shapelets

python-based shapelet decomposition package
Other
26 stars 7 forks source link

shapelet file definition #8

Closed griffinfoster closed 9 years ago

griffinfoster commented 9 years ago

Currently, using pickle files to store shapelet files, but there is additional metadata to be included. Perhaps a more universal format would be good?

griffinfoster commented 9 years ago

added support for JSON-based coefficient files, and improved the pickle files. They work for now, until I need to add a new feature that break them...