python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ML.Net Multiple Prediction
I did exactly as this documentation says
https://learn.microsoft.com/en-us/dotnet/machine-learning/how-to-guides/machine-learning-model-predictions-ml-net
I have this code to predict multiple input da...

Mario
Votes: 0
Answers: 1
ML.NET AutoML saved model schema issue
I am able to use ML.NET to manually train a model, save it, load it to create a PredictionEngine and make predictions. But when I try to use the AutoML feature, I run into problems loading the model d...
Jackson
Votes: 0
Answers: 2
Could not load assembly 'Newtonsoft.Json' using ml.net in Azure Web Api
TL;DR
In an Azure-hosted Web API, an ML.net model fails to load due to a missing Newtonsoft.Json dependency.
Details
I've a C# net6.0 Azure hosted Web API that loads and calls a pre-built ML.net (v1....
richaux
Votes: 0
Answers: 0
How to use *.mbconfig files with mlnet CLI
I am looking to automate more of the auto-training that can be done via the Visual Studio GUI. The mlnet command line tool is useful, but doesn't allow specification of column types, and seems to defa...
pcbulldozer
Votes: 0
Answers: 1