We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e074a commit c828c0aCopy full SHA for c828c0a
HISTORY.rst
@@ -4,7 +4,9 @@ History
4
5
##### (##########)
6
------------------
7
-* Allow to use more split methods for MapieRegressor (ShuffleSplit, PredefinedSplit, GroupKFold).
+* Allow to use of `y` and `groups` arguments in cross validator :method: `get_n_splits` and `split`
8
+ to enable more split methods for MapieRegressor (e.g. GroupKFold, stratified continuous split).
9
+* Allow to use more split methods for MapieRegressor (ShuffleSplit, PredefinedSplit).
10
* Integrate ConformityScore into MapieTimeSeriesRegressor.
11
* Add (extend) the optimal estimation strategy for the bounds of the prediction intervals for regression via ConformityScore.
12
* Add new checks for metrics calculations.
0 commit comments