sryza / spark-timeseries

A library for time series analysis on Apache Spark
Apache License 2.0
1.19k stars 424 forks source link

Save models #207

Closed joao-prg closed 6 years ago

joao-prg commented 6 years ago

I am using spark-timeseries as standalone, without spark. Is there any way to store models and use them later ?

joao-prg commented 6 years ago

Using Kryo https://github.com/EsotericSoftware/kryo is possible to serialize the components of the non-serializable models.