Back to Scikit Learn

33202.Fix

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

1.8.0227 B
Original Source
  • In :class:inspection.DecisionBoundaryDisplay, n_classes is now inferred more robustly from the estimator. If it fails for custom estimators, a comprehensive error message is shown. By :user:Anne Beyer <AnneBeyer>.