Skip to content

Commit

Permalink
modify something
Browse files Browse the repository at this point in the history
  • Loading branch information
skykiseki committed Oct 11, 2022
1 parent 77fd253 commit f50a2bc
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 182 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dict_woe = scm_obj.dict_woe
```python
# 以下筛选过程顺序可以随意安排, 也非必须调用的内容, 筛选出来后可自由drop
## 基于iv进行特征筛选
cols_iv_lower = scm_obj.filter_df_woe_iv(df_woe=df_woe_train, iv_thres=0.02)
cols_iv_lower = scm_obj.filter_df_woe_iv(iv_thres=0.02)
print('IV drop:{0}'.format(cols_iv_lower))

## 基于相关系数进行特征筛选
Expand Down
Loading

0 comments on commit f50a2bc

Please sign in to comment.