replaced pipe_abc with pipe_rc related to the same

This commit is contained in:
Tanushree Tunstall 2022-05-24 11:57:54 +01:00
parent a4124986c0
commit cdddbde7ec
2 changed files with 2 additions and 3 deletions

View file

@ -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)