Back to Scikit Learn

33419.Fix

doc/whats_new/upcoming_changes/sklearn.inspection/33419.fix.rst

1.8.0234 B
Original Source
  • In :class:inspection.DecisionBoundaryDisplay, a ValueError is now raised if the colormap passed to multiclass_colors contains fewer colors than there are classes in multiclass problems. By :user:Anne Beyer <AnneBeyer>.