Apply X_train_sfs = sfs1.transform(X_train) to a different estimator #918
Unanswered
Servando1990
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to reduce a dataset with SFS and then use NestedCV for different algorithms.
My question is: Does it makes sense to apply previously reduced X_train with SFS on different algorithms?
X_train_selected
just works well with KNN?How can I reduce the dataset with SFS and then perform some algorithm selection technique?
Beta Was this translation helpful? Give feedback.
All reactions