tslearn-team / tslearn

The machine learning toolkit for time series analysis in Python
https://tslearn.readthedocs.io
BSD 2-Clause "Simplified" License
2.92k stars 342 forks source link

Implement Model Persistence for `NonMyopicEarlyClassifier` #519

Open gdifiore opened 5 months ago

gdifiore commented 5 months ago

Describe the solution you'd like Model persistence for writing a trained NonMyopicEarlyClassifier model to a file that can be easily shared.