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.