-
How to save trained model to pmml format?
-
It would be nicer to include the export of PMML in the example. So some R code training a basic model, and using the pmml library to import it. Then some Python code to import the model and use it.
-
I want to export the model in jpmml-sparkml.If the training data is in another format,I knew use dataframe.schema,but the training data in libsvm format,what should I pass in to this function:
```s…
-
Hi, I want to use sklearn2pmml() function to convert a PMML file.
I created an issuse below, but I was not able to reopen it so I create this new issue and just copy the content again here.
https…
-
Inspired by this (again!):
https://github.com/jpmml/sklearn2pmml/issues/359
There should be a Python-accessible API for instructing the PMML conversion engine to override default field names with …
-
According to the PMML specification, it is permitted for string values to contain trailing whitespace. So, `"that was a stupid decision"` and `"that was a stupid decision "` should be considered eq…
-
Hey team,
We observed a vulnerability in commons-text-1.6.jar and is vulnerable to CVE-2022-42889 which exists in versions >= 1.5, < 1.10.0.
To mitigate this vulnerability, we upgraded the packag…
-
**Possible to export the model into PMML or ONNX?**
Having trouble training on 1 architecture (x86) and using it for production on another architecture (arm), would like some utilities to have model …
-
Hi Villu,
I would like to seek an advice regarding the best way to enrich r2pmml-generated xgboost PMML with data preprocessing steps.
As you pointed out in this [thread](https://groups.google.c…
-
Hi, I have a model which has been serialized into a PMML file.
I'm trying to figure out how can I use SHAP on this.
Is there any documentation for this ?
The PMML files are generated through vari…