python - How do I see which varibles were chosen from SelectK -


i using scikit learn's selectk on classification problem. how can see variables chosen selectk?

according official documentation, should use: get_support().

use get_support(indices=true) array of integers, rather boolean mask.


Comments