Balanced / unbalanced data
Created by: MAGLeb
chain_evo_composed = composer.compose_chain(data=input_data, is_visualise=True)
Got error: ValueError: Only one class present in y_true. ROC AUC score is not defined in that case.
In my case binary classification with 620k objects and only 30k equal ones. 5% ones in the target variable.