You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that having missing values makes pmml answers diverge from original LightGBM model predictions. Even though PMMLpipeline in python still makes the same predictions as model. There definately were missing values in training data, so I guess that #297 is not the case. I found out that prediction differs for objects with missing value in 'feat32' column
Hi,
It seems that having missing values makes pmml answers diverge from original LightGBM model predictions. Even though PMMLpipeline in python still makes the same predictions as model. There definately were missing values in training data, so I guess that #297 is not the case. I found out that prediction differs for objects with missing value in 'feat32' column
The pmml file was generated like this:
I run the pmml file with
java -jar pmml-evaluator-example-executable.jar --model mode_file.pmml --input data.csv --output output.csv
I've attached example of the data and the model. The 'model' columns in data stands for original LightGBM predictions
model.zip
data.csv
The text was updated successfully, but these errors were encountered: