Skip to content

Commit 52f1c37

Browse files
author
gmartinonQM
committed
FIX docstring
1 parent e338236 commit 52f1c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mapie/regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,9 @@ def _fit_and_predict_oof_model(
373373
Tuple[RegressorMixin, NDArray, ArrayLike]
374374
375375
- [0]: RegressorMixin, fitted estimator
376-
- [1]: NDArrayof shape (n_samples_val,),
376+
- [1]: NDArray of shape (n_samples_val,),
377377
estimator predictions on the validation fold.
378-
- [3]: NDArray of shape (n_samples_val,),
378+
- [3]: ArrayLike of shape (n_samples_val,),
379379
validation data indices.
380380
"""
381381
X_train = _safe_indexing(X, train_index)

0 commit comments

Comments
 (0)