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
452 stars 100 forks source link

Add plot metric #281

Closed alexliap closed 10 months ago

alexliap commented 11 months ago

This PR addresses Issue #232. As it is shown from the commit messages, different plot metrics where added to BinningTable and ContinuousBinningTable objects. The same could be done for MulticlassBinningTable, but as it is mentioned in Issue #280 i dont know if it makes sense for that case.

guillermo-navas-palencia commented 10 months ago

Additional comment. Could you please make the PR to the develop branch? The reason is that I use the develop branch to gather all new features and bug fixes before merging to master, and afterwards, I create a new release. Thanks!

guillermo-navas-palencia commented 10 months ago

I think you need to update your branch with develop to fix the conflicts.

alexliap commented 10 months ago

Is it good now? I dont understand somehting about the change requested, did you fix it or am i going to do it?

guillermo-navas-palencia commented 10 months ago

No worries, I can fix it later.