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.
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
Post a Comment