Skip to content

Commit

Permalink
Merge branch '449-cp-with-conditional-guarantees' into 499-adaptation…
Browse files Browse the repository at this point in the history
…-ccp-classification
  • Loading branch information
Damien-Bouet committed Jul 31, 2024
2 parents abe9bf9 + e82b1c7 commit 42e1c60
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion mapie/tests/test_futur_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,5 +685,5 @@ def test_optim_kwargs():
mapie = SplitCPRegressor(alpha=0.1)
with pytest.warns(UserWarning, match="Iteration limit reached"):
mapie.fit(
X, y, calib_kwargs={"options": {"method": "SFSQP", "maxiter": 2}}
X, y, calib_kwargs={"method": "SFSQP", "options": {"maxiter": 2}}
)
31 changes: 16 additions & 15 deletions notebooks/regression/tutorial_ccp_CandC.ipynb

Large diffs are not rendered by default.

0 comments on commit 42e1c60

Please sign in to comment.