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
I got a deprecated warning when using this code in /src/types/jl
pipe = Standardizer |>TransformedTargetModel(model, target=Standardizer)
┌ Warning:`TransformedTargetModel(target=...)` is deprecated in favor of `TransformedTargetModel(transformer=...)`.
│ caller = top-level scope at REPL[13]:1
The text was updated successfully, but these errors were encountered:
I got a deprecated warning when using this code in
/src/types/jl
The text was updated successfully, but these errors were encountered: