We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defeb4c commit 793c474Copy full SHA for 793c474
test/resampling.jl
@@ -31,7 +31,7 @@ dummy_measure_det(yhat, y) = 42
31
API.@trait(
32
typeof(dummy_measure_det),
33
observation_scitype = MLJBase.Textual,
34
- kind_of_proxy = LearnAPI.LiteralTarget(),
+ kind_of_proxy = LearnAPI.Point(),
35
)
36
37
dummy_measure_interval(yhat, y) = 42
@@ -256,7 +256,7 @@ end
256
@everywhere begin
257
user_rms(yhat, y) = mean((yhat -y).^2) |> sqrt
258
# deliberately omitting `consumes_multiple_observations` trait:
259
- API.@trait typeof(user_rms) kind_of_proxy=LearnAPI.LiteralTarget()
+ API.@trait typeof(user_rms) kind_of_proxy=LearnAPI.Point()
260
end
261
262
@testset_accelerated "folds specified" accel begin
0 commit comments