Is it possible to submit models in PMML/POJO/JSON formats?

Hi, I have access to certain modelling software, and the model can be exported as PMML/POJO or JSON formats. I’m wondering if it’s possible to use these outputs directly?
Thanks!

Hi @zeming_yu

So you can export the model into any format and it can be loaded by your load_model function.

However the model itself must be written in R or python for reproducibility and research purposes :lab_coat:

OK. Thanks you very much!