Skip to content

Commit

Permalink
Merge pull request #666 from OkonSamuel/dev
Browse files Browse the repository at this point in the history
corrected typo
  • Loading branch information
vollmersj committed Oct 6, 2020
2 parents accf32e + c7dbb9d commit 68224bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/adding_models_for_general_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ per-observation distributions).

Specifically, the output `yhat` of `predict_joint` should be an
instance of `Distributions.Sampleable{<:Multivariate,V}`, where
`sctype(V) = target_scitype(SomeModel)` and samples have length `n`,
`scitype(V) = target_scitype(SomeModel)` and samples have length `n`,
where `n` is the number of observations in `Xnew`.

If a new model type subtypes `JointProbablistic <: Probabilistic` then
Expand Down

0 comments on commit 68224bf

Please sign in to comment.