docs/release-notes/0.3/release-0.3.md
Today we are releasing ML.NET 0.3. This release focuses on adding components to ML.NET from the internal codebase (such as Factorization Machines, LightGBM, Ensembles, and LightLDA), enabling export to the ONNX model format, and bug fixes.
ML.NET supports Windows, MacOS, and Linux. See supported OS versions of .NET Core 2.0 for more details.
You can install ML.NET NuGet from the CLI using:
dotnet add package Microsoft.ML
From package manager:
Install-Package Microsoft.ML
Below are some of the highlights from this release.
Added Field-Aware Factorization Machines (FFM) as a learner for binary classification (#383)
Added LightGBM as a learner for binary classification, multiclass classification, and regression (#392)
Added Ensemble learners for binary classification, multiclass classification, and regression (#379)
FastTree and AveragedPerceptron and average
their predictions to get the final prediction.Added LightLDA transform for topic modeling (#377)
Added One-Versus-All (OVA) learner for multiclass classification (#363)
Enabled export of ML.NET models to the ONNX format (#248)
Additional issues closed in this milestone can be found here.
Shoutout to pkulikov, veikkoeeva, ross-p-smith, jwood803, Nepomuceno, and the ML.NET team for their contributions as part of this release!