docs/release-notes/0.7/release-0.7.md
Today we are excited to release ML.NET 0.7, which our algorithms strongly recommend you to try out! This release enables making recommendations with matrix factorization, identifying unusual events with anomaly detection, adding custom transformations to your ML pipeline, and more! We also have a small surprise for those who work in teams that use both .NET and Python. Finally, we wanted to thank the many new contributors to the project since the last release!
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 Matrix factorization for recommendation problems (#1263)
Enabled anomaly detection scenarios (#1254)
Enabled using ML.NET in Windows x86 apps (#1008)
Added the CustomMappingEstimator for custom data transformations
#1406
CustomMappingEstimator can be found
here.Consolidated several API concepts in MLContext
#1252
Open sourced NimbusML: experimental Python bindings for ML.NET.
Shoutout to dzban2137, beneyal, pkulikov, amiteshenoy, DAXaholic, Racing5372, ThePiranha, helloguo, elbruno, harshsaver, f1x3d, rauhs, nihitb06, nandaleite, timitoc, feiyun0112, Pielgrin, malik97160, Niladri24dutta, suhailsinghbains, terop, Matei13, JorgeAndd, and the ML.NET team for their contributions as part of this release!