Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xxzcool authored Feb 22, 2018
1 parent a866ad0 commit 9e6e2b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ myCurves(train[,"target"], p_train, test[,"target"], p_test, ontest = TRUE,


## Version Records
#### scoremodel 0.3.1 2018-02-13
- Speed up remaining ineffective functions, including 'woeEncodeFun_df', 'executeBinFun_df', 'rawPredictFun_df' and 'crossValidation'.
- Hide four less-used auxiliary functions, including 'woeEncodeFun', 'executeBinFun', 'rawPredictFun', 'maxSinvalPercent_x'.
#### scoremodel 0.3.1 2018-02-22
- Speed up four functions, including 'woeEncodeFun_df', 'executeBinFun_df', 'rawPredictFun_df' and 'crossValidation'.
- No longer export four less-used auxiliary functions, including 'woeEncodeFun', 'executeBinFun', 'rawPredictFun', 'maxSinvalPercent_x'.

#### scoremodel 0.3.0 2018-02-11
- Greatly speed up some functions, including 'delSinvalPercent', 'dfIV' and 'collElimination'.
- Greatly speed up three functions, including 'delSinvalPercent', 'dfIV' and 'collElimination'.

#### scoremodel 0.2.1 2018-02-05
- Fix bug of 'LRfit': add recursive judgment to filter out insignificant variables completely.
Expand Down

0 comments on commit 9e6e2b0

Please sign in to comment.