Open
Description
Take a look at these two method definitions: https://github.com/JuliaAI/MLJBase.jl/blob/dev/src/measures/probabilistic.jl#L91-L96
The second method seems faulty in several ways:
- all four type parameters are unbound
ArrMissing{UnivariateFinite}
, is parameterized with an abstract type. usually one would do something like this instead:ArrMissing{<:UnivariateFinite}
- I think the methods are actually ambiguous or overwrite eachother, because there are no constraints on either one
Metadata
Metadata
Assignees
Labels
No labels