Could you give an example for converting Hyperts trainning model to PMML file?
mengzhizihu opened this issue · 1 comments
mengzhizihu commented
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
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. sklearn2pmml
package and so on.