Binning Explorer
Bin data and export creditscorecard
object or generate
function
Description
The Binning Explorer app enables you to manage binning
categories for a creditscorecard
object. Use screenpredictors
to
pare down a potentially large set of predictors to a subset that is most predictive
of the credit score card response variable. You can then use this subset of
predictors when creating a MATLAB® table of data. After creating a table of data in your MATLAB workspace, or after using creditscorecard
to create a
creditscorecard
object, use the Binning Explorer
to:
Select an automatic binning algorithm with an option to bin missing data. (For more information on algorithms for automatic binning, see
autobinning
.)Shift bin boundaries.
Split bins.
Merge bins.
Export a
creditscorecard
object or generate a function that creates acreditscorecard
object.
Open the Binning Explorer App
MATLAB toolstrip: On the Apps tab, under Computational Finance, click the app icon.
MATLAB command prompt:
Enter
BinningExplorer
. For ways to use the app programmatically, see Programmatic Use.