-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
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))
??
OkonSamuel