Database Error Messages

OCI-40255

specified priors or weights table has an incorrect schema

Cause

The priors or class weights table whose name was specified in the settings did not have the prescribed schema. A priors table should have the schema (target_value, prior_probability) and a class weights table should have the schema (target_value, class_weight).


Action

Modify the schema of the input priors or class weights table so that it matches with the ones provided here in the Cause section, and also as provided in the documentation.