Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecated warning in documentation #236

Closed
era127 opened this issue Aug 27, 2023 · 1 comment
Closed

deprecated warning in documentation #236

era127 opened this issue Aug 27, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation easy

Comments

@era127
Copy link

era127 commented Aug 27, 2023

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
@ablaom
Copy link
Collaborator

ablaom commented Sep 1, 2023

Good catch @rdavis120, thanks. That doc string indeed requires updating.

@ablaom ablaom added documentation Improvements or additions to documentation good first issue Good for newcomers easy and removed good first issue Good for newcomers labels Sep 1, 2023
ablaom added a commit that referenced this issue Jun 12, 2024
@ablaom ablaom closed this as completed Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation easy
Projects
None yet
Development

No branches or pull requests

2 participants