docs/release-notes/0.5/release-0.5.md
Today we are excited to release ML.NET 0.5. This release adds TensorFlow model scoring as a transform to ML.NET. This enables using an existing TensorFlow model within an ML.NET experiment. In addition to this, we have continued the work on new APIs that enable currently missing functionality. We welcome feedback and contributions to the conversation: relevant issues can be found here. A simple example of the new APIs can be found here.
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 a TensorFlow model scoring transform (TensorFlowTransform) (#704)
LearningPipeline as inputs
to a learner. However, with the upcoming ML.NET APIs, the scores from
the TensorFlow model will be directly accessible.LearningPipeline API
can be found
hereAdditional issues closed in this milestone can be found here.
Shoutout to adamsitnik, Jongkeun, and the ML.NET team for their contributions as part of this release!