Closed
Description
Here: http://scikit-learn.org/dev/modules/feature_selection.html#selecting-non-zero-coefficients
Mentions "selecting non-zero coefficients via transform" in "LinearSVC", "LogisticRegression" and "Lasso". Lasso doesn't have a transform, the other two use the median coefficient for feature selection, not being nonzero.