dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
8.93k stars 1.86k forks source link

LightGBM says Microsoft.ML.LightGbm is wrong #6861

Closed andrewkittredge closed 7 months ago

andrewkittredge commented 8 months ago

Is this still accurate? https://github.com/microsoft/LightGBM/issues/5535#issuecomment-1275362917

LittleLittleCloud commented 8 months ago

Microsoft.ML.LightGbm still targets to LightGBM 2.*. It's on our roadmap to upgrade Microsoft.ML.LightGBM package to support the latest LightGBM 3.* though

ericstj commented 7 months ago

I believe this was fixed with https://github.com/dotnet/machinelearning/pull/6880, @michaelgsharp?

michaelgsharp commented 7 months ago

Thats correct. We can close this issue.