You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There used to be measures(matching(y)) but that didn't really make sense because y doesn't tell you whether you want to running a probabilistic model or a deterministic one. @f0lie suggests basing the query on a ready-constructed machine, which makes more sense. See JuliaAI/MLJ.jl#753 (comment) .
Maybe something like measures(matching(mach))??
The text was updated successfully, but these errors were encountered:
There used to be
measures(matching(y))
but that didn't really make sense becausey
doesn't tell you whether you want to running a probabilistic model or a deterministic one. @f0lie suggests basing the query on a ready-constructed machine, which makes more sense. See JuliaAI/MLJ.jl#753 (comment) .Maybe something like
measures(matching(mach))
??The text was updated successfully, but these errors were encountered: