You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
binning_table.build method returns a pandas.DataFrame as follows:
This dataframe actually can be used more than display, with other format, such as JSON.
For example, with this table, one can build a transform function converting values into WoE, in other language/platform (C, tensorflow, java etc)
Therefore, I would suggest that, the range of each bin can be saved in their raw float values, and then this build api can be modified to accept a format property (or add a new build_json api).
If this is reasonable to you, I am happy to make a PR.
The text was updated successfully, but these errors were encountered:
chengs
changed the title
Add float ranges in binning_table.build result
Suggest adding float ranges in binning_table.build result
Feb 28, 2025
In such code
binning_table.build
method returns apandas.DataFrame
as follows:This dataframe actually can be used more than display, with other format, such as JSON.
For example, with this table, one can build a
transform
function converting values into WoE, in other language/platform (C, tensorflow, java etc)Therefore, I would suggest that, the range of each bin can be saved in their raw float values, and then this
build
api can be modified to accept aformat
property (or add a newbuild_json
api).If this is reasonable to you, I am happy to make a PR.
The text was updated successfully, but these errors were encountered: