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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model format conversion

qignian opened this issue · comments

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?