Questions tagged [ml.net]

ML.NET is a machine learning framework built for .NET developers. Uses .NET and C# or F# to easily integrate custom machine learning into applications without the requirement of extensive prior expertise in developing or tuning machine learning models. Use this tag for discussion about the framework or apps built within.

Get started at dot.net/ml

Get involved at github.com/dotnet/machinelearning

View samples at github.com/dotnet/machinelearning-samples

632 questions
-5
votes
1 answer

ML.NET C# How do I get a list of predicted employee groups output?

is there a way to output grouped items using the prediction algorithm and clustering? here is an example i have a list of 50 employees and i want to put them into groups of 10 by predicting which employees best suited to work together in a group and…
1 2 3
42
43