Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 448 Bytes

File metadata and controls

17 lines (14 loc) · 448 Bytes

ML.NET

This repository shows the ML .NET implementation with classification pattern

Getting started

this project requires .NET CORE 2.0 to run

Compilation

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'

Blog

In order to have an explanation about this pattern, please read this article.