ML.NET component for LightGBM
$ dotnet add package Microsoft.ML.LightGbmML.NET is a cross-platform open-source machine learning framework which makes machine learning accessible to .NET developers.
For more information, see the ML.NET documentation.
This package adds the ability to use LightGBM based transformers, a gradient boosting framework that uses tree based learning algorithms.
See Machine Learning Samples for an assortment of samples that show how to get started using ML.NET.
Some of the types provided by this library are:
Microsoft.ML.Trainers.LightGbm.GradientBoosterMicrosoft.ML.Trainers.LightGbm.DartBoosterMicrosoft.ML.Trainers.LightGbm.GossBoosterMicrosoft.ML.Trainers.LightGbm.LightGbmBinaryTrainerMicrosoft.ML is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.