## To-Do - [x] Repro issue (Validated by @luisquintanilla) - [ ] Investigate whether there are technical limitations to making Model Builder work on UWP ## Suggested workarounds 1. Use ML.NET CLI 1. Use C# Class Library - Create C# Class Library project - Add Machine Learning Model to C# Class Library project - Add project reference in UWP app to C# Class Library project in ML.NET 1. Use code-first AutoML API