stability-selection icon indicating copy to clipboard operation
stability-selection copied to clipboard

scikit-learn compatible implementation of stability selection.

Results 19 stability-selection issues
Sort by recently updated
recently updated
newest added

Different estimators have different penalty param names, and also have different meanings: - `alpha` param in Lasso is a regularization strength (for bigger values of `alpha` regularization strength is ascending)...

#26 implementation Backward compatible with previous version

`max_features` param can be usable on 2 steps of pipeline: - when fitting model with bootstrap subsamples (`SelectFromModel()` invocation) - when calculating final features mask inside of `get_support()` function

I have changed the project source code to support version 1.2.2 of scikit-learn. I hope to get your review and support.