guillermo-navas-palencia / optbinning

Optimal binning: monotonic binning with constraints. Support batch & stream optimal binning. Scorecard modelling and counterfactual explanations.
http://gnpalencia.org/optbinning/
Apache License 2.0
434 stars 98 forks source link

Adjust plot size #279

Closed alexliap closed 7 months ago

alexliap commented 8 months ago

This PR aims to resolve Issue #244 by adding figsize argument at every BinningTable object method plot(). The changes in code format are because of black formatter, which follows PEP 8 rules https://peps.python.org/pep-0008/.

guillermo-navas-palencia commented 8 months ago

Hi @alexliap. Thanks for working on this. However, I don't accept format changes. If you keep the code style of the library I will reconsider.

alexliap commented 8 months ago

Code format was restored.

guillermo-navas-palencia commented 7 months ago

Following #281, could you please make the PR to develop instead of master? Thanks!

alexliap commented 7 months ago

ok no problem. will do.