Closed juyjuyy closed 7 months ago
Hi @juyjuyy
BinningProcess
calls internally MulticlassOptimalBinning
if a multiclass target is provided.Scorecard
class does not support a multiclass target. I honestly don't know how to convert weighted WoE to proper scores.Only binary and continuous targets are supported. http://gnpalencia.org/optbinning/scorecard.html
I used
BinningProcess
function for the multiclass binning process, the Logistic Regression model fromsklearn
to be an estimator, andscorecard
function to show the point corresponding to each value of variables. So I have two questions here:BinningProcess
andMulticlassOptimalBinning
while both of them can be used to solve multiclass problems?Optbinning
execute making points in the scorecard process? If have, can you show me how to use that? If not, please can you suggest other solutions with multiclass classification, because then I want to convert the coefficient of the model into points in the scorecard?