rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.85k stars 857 forks source link

Add contour kwargs to plot_decision_regions. #881

Closed pbloem closed 2 years ago

pbloem commented 2 years ago

Code of Conduct

Check.

Description

I added a kwargs keyword to control how the lines between decision regions look. I needed this for a thing, so I thought I'd make it a pull request. I think I followed the logic of the other two kwargs arguments correctly.

Related issues or pull requests

None

Pull Request Checklist

pep8speaks commented 2 years ago

Hello @pbloem! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2022-01-19 16:46:51 UTC
rasbt commented 2 years ago

Great, thanks! I don't think we'll need a doc example for that, so it should be good to merge.

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB