DataCanvasIO / HyperTS

A Full-Pipeline Automated Time Series (AutoTS) Analysis Toolkit.
https://hyperts.readthedocs.io
Apache License 2.0
260 stars 27 forks source link

Could you give an example for converting Hyperts trainning model to PMML file? #100

Closed mengzhizihu closed 1 year ago

mengzhizihu commented 1 year ago

I need use the PMML file in java to predict, but I don't know how to convert model trainning by Hyperts to PMML file. Could you give an example for converting Hyperts trainning model to PMML file?

zhangxjohn commented 1 year ago

Sorry, I do not know how to do it. You can learn how to conver a model trained by python, sklearn, or tensorflow to a PMML file. For example. sklearn2pmmlpackage and so on.