johnpaulada / fsharp-ml-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoML

mlnet auto-train --task binary-classification --dataset "yelp_labelled.txt" --label-column-index 1 --has-header false --max-exploration-time 60

Create REST API

dotnet new webapi -o API -lang f#

About


Languages

Language:C# 74.4%Language:F# 25.6%