microsoft / SynapseML

Simple and Distributed Machine Learning
http://aka.ms/spark
MIT License
5.02k stars 832 forks source link

Load and save the lightGBM classifier not producing the same results #2053

Open kushagra1606 opened 11 months ago

kushagra1606 commented 11 months ago

SynapseML version

0.10.2

System information

Describe the problem

Trained a lightGBM classifier. I tried to save this in the native format and load it back again with the below code -

LightGBMClassificationModel.loadNativeModelFromString(model.getNativeModel())

I am not getting the same results with the load and save model as compared to original.

Can someone please help?

Code to reproduce issue

LightGBMClassificationModel.loadNativeModelFromString(model.getNativeModel())

Other info / logs

No response

What component(s) does this bug affect?

What language(s) does this bug affect?

What integration(s) does this bug affect?

github-actions[bot] commented 11 months ago

Hey @kushagra1606 :wave:! Thank you so much for reporting the issue/feature request :rotating_light:. Someone from SynapseML Team will be looking to triage this issue soon. We appreciate your patience.