dotnet / machinelearning

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

LightGbm does not exist in namespace Microsoft.ML.Trainers #7117

Closed jiafatom closed 2 months ago

jiafatom commented 2 months ago

System Information (please complete the following information):

Describe the bug Create a console app, in the cs file, try to using Microsoft.ML.Trainers.LightGbm; However, it says LightGbm does not exist in namespace. lightgbm

Thanks.

michaelgsharp commented 2 months ago

Did you get the LightGBM nuget? https://www.nuget.org/packages/Microsoft.ML.LightGBM/

dotnet-policy-service[bot] commented 2 months ago

This issue has been marked needs-author-action and may be missing some important information.

jiafatom commented 2 months ago

Thanks, got the nuget and worked.