Skip to content
Snippets Groups Projects
Commit dca0ff8f authored by Fabian Pedregosa's avatar Fabian Pedregosa
Browse files

Remove redundant seed generator.

parent 59db7f02
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ def test_univ_fs_percentile_classif():
gets the correct items in a simple classification problem
with the percentile heuristic
"""
np.random.seed(0)
X, Y = sg.test_dataset_classif(n_samples=50, n_features=20, k=5,
seed=seed)
univariate_filter = us.SelectPercentile(us.f_classif)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment