Skip to content

Commit

Permalink
doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Dec 6, 2023
1 parent b875de2 commit d59c534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/predict_transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ ŷ = obspredict(model, LiteralTarget(), predictdata)

## Implementation guide

The methods `predict` and `transform` are not directly overloaded.
The methods `predict` and `transform` are not directly overloaded. Implement `obspredict`
and `obstransform` instead:

| method | compulsory? | fallback | requires |
|:----------------------------|:-----------:|:--------:|:-------------------------------------:|
Expand Down

0 comments on commit d59c534

Please sign in to comment.