woe icon indicating copy to clipboard operation
woe copied to clipboard

Tools for WoE Transformation mostly used in ScoreCard Model for credit rating

Results 11 woe issues
Sort by recently updated
recently updated
newest added

When I use `proc_woe_continuous` and `eval_feature_detail` to get iv results, there are too many msgs printed to terminal. Can it be quiet? Or can you use a `debug` parameter to...

The code is currently based all around files, which makes working in memory tricky. This adds a sklearn-style API wrapper for easy use in things like notebooks.

Hi, I am looking for documentation about your package : what can be done with it and how. Is there such a document somewhere? I have not been able to...

Greetings and congrats for your work here. I was wondering how can I make transformations on unseen data, I mean data for which we dont have a target variable. Is...

离散型变量为什么要使用bin_data_split,因为bin_data_split中如果np.unique(var)8怎么办?就按照百分位做了吗?

Hi, Is there anyway we can process pandas data frame instead of reading from csv file? Thanks, Bohan

check_point 函数在合并分段的时候有一个错误, feature_process.py 112行这里: `pdf = df[(df[var] > split[i]) & (df[var] pre_left_position) & (df[var]

File "", line 8, in import woe.config as config File "apps/python/anaconda3/lib/python3.6/site-packages/woe/config.py", line 51 raise KeyError,"Invalid dtype specified! " ^ SyntaxError: invalid syntax could not import woe.config as config how to...