- Gaussian Process Regression
- Decision Trees
- Random Forests
- Logistic Regression
- Function Fitting
The Model Predict function enables you to predict response values for unseen data. Especially in Machine Learning, it’s common practice to split the data into training and testing data, using the test dataset to validate the model.