Skip to content

Commit

Permalink
Update src/Models.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Robinson <[email protected]>
  • Loading branch information
willtebbutt and nickrobinson251 authored Aug 7, 2020
1 parent 2172ea4 commit eff3e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Predict targets for the provided the collection of `inputs` and [`Model`](@ref).
If the `estimate_type(model)` is [`PointEstimate`](@ref) then this function should return
another `AbstractMatrix` in which each column contains the prediction for a single input.
If the `estimate_type(model) == [`DistributionEstimate`](@ref) then this function should
If the `estimate_type(model)` is [`DistributionEstimate`](@ref) then this function should
return a `AbstractVector{<:Distribution}`.
"""
function predict end
Expand Down

0 comments on commit eff3e07

Please sign in to comment.