Selection criterion parameter _selection_criteria_ set to IV throws error for binning with continuous target #307
Labels
enhancement
New feature or request
Milestone
When binning with with continuous target, the selection_criteria parameter for the binning object throws an error when set to IV. At first I checked the
binning_process.summary()
and there was no IV. Thought it makes sense. However, I noticed we have IVs for continuous target binning present inbinning_process.get_binned_variable("feature-name").binning_table.iv
.Is this intended that we can't use IV as selection for continuous target, and why? If on the other hand it is possible to use IV selection criteria for continuous target could we get it included in the
binning_process.summary()
as well and also be available for selection criteria along side woe and quality_score?The text was updated successfully, but these errors were encountered: