docs/release-notes/0.4/release-0.4.md
Today we are releasing ML.NET 0.4. During this release we have started exploring new APIs for ML.NET that enable functionality that is missing from the current APIs. We welcome feedback and contributions to the conversation (relevant issues can be found here). While the focus has been on designing the new APIs, we have also moved several components from the internal codebase to ML.NET.
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 SymSGD learner for binary classification (#624)
Added Word Embeddings Transform for text scenarios (#545)
Improved support for F# by allowing use of property-based row classes (#616)
Additional issues closed in this milestone can be found here.
Shoutout to dsyme, SolyarA, dan-drews, bojanmisic, jwood803, sharwell, JoshuaLight, and the ML.NET team for their contributions as part of this release!