get_test_eval
Return the formula values that were calculated for the objects from the validation dataset provided for training.
Only models trained with a validation dataset are supported. This method throws an exception if the input model is not trained or is trained without a validation dataset.
Method call format
get_test_eval()
Type of return value
Depends on the machine learning problem being solved:
- Regression and binary classification: a one-dimensional array
- Multiclassification: a two-dimensional array