docs/release-notes/0.9/release-0.9.md
Welcome to 2019! For the past 9 months we have been adding features and improving ML.NET. In the forthcoming 0.10, 0.11, and 0.12 releases before we reach 1.0, we will focus on the overall stability of the package, continue to refine the API, increase test coverage and improve documentation. 0.9 release packs multiple fixes as well as significant clean up to the internal code of the package.
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 a few of the highlights from this release. There are many other improvements in the API.
Added Feature Contribution Calculation (#1847)
Removed Legacy namespace that was marked obsolete (#2043)
GPU support for ONNX Transform (#1922)
Permutation Feature Importance now supports confidence intervals
(#1844)
Introducing PredictionEngine instead of PredictionFunction
(#1920)
Shoutout to dhilmathy, mnboos, robosek, and the ML.NET team for their contributions as part of this release!