Skip to content

Commit b1b5aad

Browse files
STY: apply suggestions from code review
1 parent 5d6490e commit b1b5aad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ History
44

55
0.8.3 (2024-**-**)
66
------------------
7-
* Fix shift in power from one method to base method when use MapieRegressor fit : issue 447
7+
* Fixed overloading of the value of the ‘method’ attribute when using MapieRegressor and MapieTimeSeriesRegressor
88
* Fix conda versionning.
99
* Reduce precision for test in `MapieCalibrator`.
1010
* Fix invalid certificate when downloading data.

mapie/tests/test_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ def test_predict_infinite_intervals() -> None:
753753
@pytest.mark.parametrize("method", ["minmax", "naive", "plus", "base"])
754754
@pytest.mark.parametrize("cv", ["split", "prefit"])
755755
def test_check_change_method_to_base(method: str, cv: str) -> None:
756-
"""Test of shift in power from one method to base method in fit"""
756+
"""Test of the overloading of method attribute to `base` method in fit"""
757757

758758
X_train, X_val, y_train, y_val = train_test_split(
759759
X, y, test_size=0.5, random_state=random_state

0 commit comments

Comments
 (0)