Skip to content

Commit

Permalink
Merge pull request #306 from scikit-learn-contrib/thibaultcordier-pat…
Browse files Browse the repository at this point in the history
…ch-test_classification

FIX: Set random state in classification test
  • Loading branch information
thibaultcordier authored Jul 5, 2023
2 parents f4fd0a6 + e0a7569 commit 1861c8c
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 102 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ History
##### (##########)
------------------

* Fix an unfixed random state in one of the classification tests

0.6.5 (2023-06-06)
------------------

Expand Down
2 changes: 1 addition & 1 deletion examples/regression/4-tutorials/plot_cqr_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class :class:`~mapie.subsample.Subsample` (note that the `alpha` parameter is
n_jobs=-1,
n_iter=100,
cv=KFold(n_splits=5, shuffle=True),
verbose=-1
verbose=0
)
optim_model.fit(X_train, y_train)
estimator = optim_model.best_estimator_
Expand Down
Loading

0 comments on commit 1861c8c

Please sign in to comment.