Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
test stability
Browse files Browse the repository at this point in the history
  • Loading branch information
a-n-ermakov committed Mar 16, 2019
1 parent be7decf commit 1e75f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stability_selection/tests/test_stability_selection.py
Expand Up @@ -155,7 +155,7 @@ def test_no_features():


def test_stability_selection_max_features():
n, p, k = 2000, 100, 5
n, p, k = 1000, 1000, 5
lambda_grid=np.logspace(-5, -1, 25)

X, y, important_betas = _generate_dummy_classification_data(n=n, p=p, k=k)
Expand Down

0 comments on commit 1e75f79

Please sign in to comment.