Skip to content

Commit

Permalink
fix n samples
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadhussein462 committed Dec 20, 2024
1 parent 333b9b6 commit a048a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapie_v1/integration_tests/tests/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@


X, y_signed = make_regression(
n_samples=1000,
n_samples=200,
n_features=10,
noise=1.0,
random_state=RANDOM_STATE
Expand Down

0 comments on commit a048a25

Please sign in to comment.