0

In the documentation from ML.net is says the following:

Model Builder splits the training data into a training set and a test set. The training data (80%) is used to train your model and the test data (20%) is held back to evaluate your model. Model Builder uses metrics to measure how good the model is.

Source : ml.net

But where can I find the used data to test my model? I cant find it.

Patrick
  • 331
  • 3
  • 18
  • I believe the Model Builder does this internally and doesn't save the test data anywhere. You may be able to use the AutoML package and be able to get access to the test data. – Jon Nov 30 '19 at 12:23
  • @Jon Alright,do you have any tips how to do that? – Patrick Dec 02 '19 at 07:34
  • 1
    This should be a good start - https://learn.microsoft.com/en-us/dotnet/machine-learning/how-to-guides/how-to-use-the-automl-api – Jon Dec 08 '19 at 11:57

0 Answers0