facebookresearch / Kats

Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics, detecting change points and anomalies, to forecasting future trends.
MIT License
4.88k stars 534 forks source link

Model format conversion #251

Open qignian opened 2 years ago

qignian commented 2 years ago

Can I use it in my Java project? Are there any existing methods for converting trained Prophet models to universal model formats (e.g. ONNX, PMML) for porting to other languages?