Skip to content

Commit

Permalink
functionality boredbird#1 & boredbird#2 almost complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Nisha Muktewar committed Mar 21, 2018
1 parent 4da55ef commit bbaa7ad
Show file tree
Hide file tree
Showing 6 changed files with 52,109 additions and 203 deletions.
42 changes: 21 additions & 21 deletions examples/config2.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@ 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
EDUCATION,object,0,1,1
MARRIAGE,object,0,1,1
AGE,int64,1,1,1
PAY_0,int64,1,1,1
PAY_2,int64,1,1,1
PAY_3,int64,1,1,1
PAY_4,int64,1,1,1
PAY_5,int64,1,1,1
PAY_6,int64,1,1,1
BILL_AMT1,int64,1,1,1
BILL_AMT2,int64,1,1,1
BILL_AMT3,int64,1,1,1
BILL_AMT4,int64,1,1,1
BILL_AMT5,int64,1,1,1
BILL_AMT6,int64,1,1,1
PAY_AMT1,int64,1,1,1
PAY_AMT2,int64,1,1,1
PAY_AMT3,int64,1,1,1
PAY_AMT4,int64,1,1,1
PAY_AMT5,int64,1,1,1
PAY_AMT6,int64,1,1,1
target,int64,0,0,0
weight,int64,0,0,0
Loading

0 comments on commit bbaa7ad

Please sign in to comment.