diff --git a/Project.toml b/Project.toml index f5aec61..5c789d7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MLJScikitLearnInterface" uuid = "5ae90465-5518-4432-b9d2-8a1def2f0cab" authors = ["Thibaut Lienart, Anthony Blaom"] -version = "0.1.6" +version = "0.1.7" [deps] MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea" diff --git a/src/macros.jl b/src/macros.jl index 6e06afa..989e48e 100644 --- a/src/macros.jl +++ b/src/macros.jl @@ -98,7 +98,7 @@ function _sk_finalize(m, clean_expr, fit_expr, expr) MMI.package_license(::Type{<:$m}) = SK_LIC MMI.package_uuid(::Type{<:$m}) = SK_UUID MMI.package_url(::Type{<:$m}) = SK_URL - MMI.is_wrapper(::Type{<:$m}) = true + MMI.is_wrapper(::Type{<:$m}) = false end esc(expr) end