replaced pipe_abc with pipe_rc related to the same
This commit is contained in:
parent
a4124986c0
commit
cdddbde7ec
2 changed files with 2 additions and 3 deletions
|
@ -19,7 +19,7 @@ def fsgs(input_df
|
|||
, var_type = ['numerical'
|
||||
, 'categorical'
|
||||
, 'mixed']
|
||||
, fs_estimator = [LogisticRegression(**rs)]
|
||||
#, fs_estimator = [LogisticRegression(**rs)]
|
||||
, fs = RFECV(DecisionTreeClassifier(**rs)
|
||||
, cv = StratifiedKFold(n_splits = 10
|
||||
, shuffle = True,**rs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue