Skip to content

Commit

Permalink
functionality boredbird#1 & boredbird#2 almost
Browse files Browse the repository at this point in the history
  • Loading branch information
Nisha Muktewar committed Mar 21, 2018
1 parent e4f7356 commit 4da55ef
Show file tree
Hide file tree
Showing 11 changed files with 31,359 additions and 9,700 deletions.
4 changes: 2 additions & 2 deletions examples/DemoWOE.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
%autoreload 2

if __name__ == '__main__':
config_path = os.getcwd()+'//examples/config.csv'
data_path = os.getcwd()+'//examples/UCI_Credit_Card.csv'
config_path = os.getcwd()+'//examples/config2.csv'
data_path = os.getcwd()+'//examples/UCI_Credit_Card2.csv'
feature_detail_path = os.getcwd()+'//examples/features_detail.csv'
rst_pkl_path = os.getcwd()+'//examples/woe_rule.pkl'
# train woe rule
Expand Down
30,001 changes: 30,001 additions & 0 deletions examples/UCI_Credit_Card2.csv

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions examples/config2.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
var_name,var_dtype,is_tobe_bin,is_candidate,is_modelfeature
ID,object,0,0,0
LIMIT_BAL,int64,1,1,1
SEX,object,0,1,1
EDUCATION,object,0,0,1
MARRIAGE,object,0,0,1
AGE,int64,0,1,1
PAY_0,int64,0,1,1
PAY_2,int64,0,1,1
PAY_3,int64,0,1,1
PAY_4,int64,0,1,1
PAY_5,int64,0,1,1
PAY_6,int64,0,1,1
BILL_AMT1,int64,0,1,1
BILL_AMT2,int64,0,1,1
BILL_AMT3,int64,0,1,1
BILL_AMT4,int64,0,1,1
BILL_AMT5,int64,0,1,1
BILL_AMT6,int64,0,1,1
PAY_AMT1,int64,0,1,1
PAY_AMT2,int64,0,1,1
PAY_AMT3,int64,0,1,1
PAY_AMT4,int64,0,1,1
PAY_AMT5,int64,0,1,1
PAY_AMT6,int64,0,1,1
target,int64,0,0,0
weight,int64,0,0,0
217 changes: 12 additions & 205 deletions examples/features_detail.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 4da55ef

Please sign in to comment.