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
Update package versions in use by ML.NET tests (#7055)
Will backport this to the 3.0 branch too.
This also updates Newtonsoft which is a product dependency - but only
updates to the latest servicing release which we can do as a servicing
release ourselves.
Adds the ability to load a pre-trained LightGBM file and import it in…
…to ML.Net. (#6569)
* need to finish multiclass
* multiclass
* reverting test for now
* reverting test for now
* added test and fixed objective parsing
* minor testing changes