Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting different prediction output when using Nyoka to save my xgboost model and PyPMML to load the model for prediction #67

Open
Digbijaynk01 opened this issue Feb 22, 2024 · 0 comments

Comments

@Digbijaynk01
Copy link

Hi,
I am using nyoka package to generate the PMML file. nyoka version '5.5.0'.
use below pypmml package to load the model in my python code to do prediction.
What is observe there is huge difference in prediction result

Output of one row for cmparision;
PMML model prediction : Probabilti-0 : 0.142825, Probabilti-1 : 0.857175
same row prediction from model directly: Probabilti-0 : 0.516752, Probabilti-1 : 0.483248
I have checked non of feature have null value, exactly same data and same sequence of feature also used for prediction.

Please can you help me check the issue
Thanks
Dibijay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant