We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e338236 commit 52f1c37Copy full SHA for 52f1c37
mapie/regression.py
@@ -373,9 +373,9 @@ def _fit_and_predict_oof_model(
373
Tuple[RegressorMixin, NDArray, ArrayLike]
374
375
- [0]: RegressorMixin, fitted estimator
376
- - [1]: NDArrayof shape (n_samples_val,),
+ - [1]: NDArray of shape (n_samples_val,),
377
estimator predictions on the validation fold.
378
- - [3]: NDArray of shape (n_samples_val,),
+ - [3]: ArrayLike of shape (n_samples_val,),
379
validation data indices.
380
"""
381
X_train = _safe_indexing(X, train_index)
0 commit comments