XamlBrewer / UWP-MachineLearning-Sample

Demonstrates how to use ML.NET to implement some Machine Learning use cases in UWP.
https://xamlbrewer.wordpress.com/category/ml-net/
88 stars 26 forks source link

Update to ML.NET 1.0.0-preview #2

Closed eerhardt closed 5 years ago

eerhardt commented 5 years ago

I've updated the app to the latest released 1.0.0-preview packages.

Note: Microsoft.ML.Recommender isn't going stable 1.0.0 when Microsoft.ML is going stable. So for now, using the latest 0.12.0-preview version for that package. Recommender will become stable sometime in the future.

Also, note that the Random trainer is no longer available, so I tried using the Prior trainer instead. But that ran into an issue, so I commented out that trainer in the binary classification screen.

@XamlBrewer

XamlBrewer commented 5 years ago

Many thanks, again!