Windows:
.paket\paket.exe update
Unix:
mono .paket/paket.exe update
Then edit and execute mlnet.fsx.
In mlfs.fsx there are samples of how to wrap the ML.NET API in F# helpers. There is no plan to add these to ML.NET directly, they are just there for demonstration.
The use of classes for data is needed because of this issue with ML.NET.
-
Author: @isaacabraham for ML.NET 0.1
-
Updated for ML.NET 0.3 by @dsyme