Cause of the message
When performing binary classification or multiclass classification, if there is a bias in the values included in the variables to be predicted in the data for prediction model creation (training) and the data for evaluation,
This message appears and the learning process may fail.
For example, to create a binary classification of whether a customer “exits” or “stays”
If you prepare the data including 1 customer who “withdrew” and 100 customers who “stayed” as prediction model creation (training) data,
this message may be displayed.
Solution
Prepare the prediction model creation (training) data so that the bias of the variables you want to predict is reduced.
Alternatively, specify evaluation data that can exist for all types of correct values.