This repository shows the ML .NET implementation with classification pattern
this project requires .NET CORE 2.0 to run
Clone the latest stable release :
$ git clone https://github.com/3IE/Sample-ML.NET.git
$ cd Sample-ML.NET
$ dotnet build
$ dotnet run --project '.\ConsoleML'
In order to have an explanation about this pattern, please read this article.