Search code examples
rfileimportpmml

Can PMML models be read in R?


I have a PMML file which I am trying to import/read in R to do some analysis based on it. I couldn't find a suitable function to read the model, although I found a package that is related to PMML. Is there is a simple way to read this type of file into R?

Thanks,


Solution

  • Unfortunately, it is not possible to import a model in PMML format in order to predict the classes of some instances using R.

    The pmml package only allow you to train a model in R and then export it.