This issue is to track the improvements that should be made to the `DecisionBoundaryDisplay`: - [x] handle multiclass classification - [x] target a specific class: https://github.com/scikit-learn/scikit-learn/pull/27291 - [x] represent the max of probability - [ ] allow to plot the decision boundary using a keyword without the need to call `DecisionBoundaryDisplay` twice - [ ] Allow to pass `xlim/ylim` to overwrite the limit of the data seen in `from_estimator`.
This issue is to track the improvements that should be made to the
DecisionBoundaryDisplay:DecisionBoundaryDisplaytwicexlim/ylimto overwrite the limit of the data seen infrom_estimator.