The adjust method starts an interactive loop where users may enter commands representing various bin operations. The loop starts with the first variable in the Scorecard object. The interactive session continues until the user submits the quit command or the last variable is navigated past.
The list of commands is rather extensive and summarized here:
(Q)uit the interactive session
(n)ext variable in the list
(p)revious variable in the list
(g)oto variable entered by user when prompted
(m)ono - change the monotoncity of the variable
(e)xceptions - change the exception values of the variable
(s)et equal - set one WoE equal to another
(u)ndo the last entered operation
(r)eset the Bin object to its original state
(d)rop or undrop the current variable
(!= )Set requested bin levels to zero
(+ )Expand requested bin level. Only one level allowed.
(- )Collapse requested range of bins. Must be adjacent for Continuous bins. Can be separate for Discrete Bins
all of the requested operations modify the bin in place
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.