diff --git a/test/tuned_models.jl b/test/tuned_models.jl index 833603f..f99f799 100644 --- a/test/tuned_models.jl +++ b/test/tuned_models.jl @@ -70,6 +70,7 @@ end ) tm = @test_logs TunedModel(model=first(r), range=r, measure=l2) @test MLJBase.constructor(tm) == TunedModel + @test MLJBase.load_path(tm) == "MLJTuning.TunedModel" @test tm.tuning isa RandomSearch @test input_scitype(tm) == Table(Continuous)