Database Error Messages

ORA-40165

mismatched target class name from R model prediction string

Cause

The R classification model prediction did not have correct target class names assigned as the column names for the return data.frame.


Action

Modify the R classification model SCORE function to set the correct target class names on the return data.frame.