forked from boredbird/woe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
functionality boredbird#1 & boredbird#2 almost
- Loading branch information
Nisha Muktewar
committed
Mar 21, 2018
1 parent
e4f7356
commit 4da55ef
Showing
11 changed files
with
31,359 additions
and
9,700 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.