Skip to content

Commit

Permalink
document return value for method LearnerDF.fit_predict()
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Aug 26, 2020
1 parent e4e68b2 commit e1edc34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sklearndf/_sklearndf.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ def fit_predict(
:param y: a series or data frame with one or more outputs per observation
:param fit_params: optional keyword parameters as required by specific \
learner implementations
:return predictions per observation as a series, or as a data frame in case of \
multiple outputs
"""
pass

Expand Down

0 comments on commit e1edc34

Please # to comment.