Skip to content

Commit

Permalink
UPD: add parameter's description in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Candice Moyet committed Jul 12, 2023
1 parent 3d1b774 commit bda371a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion mapie/estimator/estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,9 @@ def predict(
By default ``False``.
return_multi_pred: bool
If ``True`` the method returns the predictions and the multiple
predictions (3 arrays). If ``False`` the method return the
simple predictions only.
Returns
-------
Expand Down
4 changes: 3 additions & 1 deletion mapie/estimator/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ def predict(
By default ``False``.
return_multi_pred: bool
If ``True`` the method returns the predictions and the multiple
predictions (3 arrays). If ``False`` the method return the
simple predictions only.
Returns
-------
Expand Down

0 comments on commit bda371a

Please sign in to comment.