-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
LogEndogTransformer doesn't work in pipelines #407
Labels
Comments
Well, this is the easiest workaround. Not thoroughly tested.
|
Thanks @jseabold great report. We will get this fixed up |
10 tasks
tgsmith61591
added a commit
that referenced
this issue
Jan 20, 2021
* Address Issue #407 * Add a test with log endog transformer * 📚 Update whats_new * 📚 Update whats_new
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When cloning a transformer, it gets the parameter names from the
__init__
. When usingLogEndogTransformer
, you never setlmbda
, you setlmbda2
for the Box-Cox transformer, so when you clone the transformer, it thinks the values oflmbda
is 0 even though you may have set it to something else.To Reproduce
Steps to reproduce the behavior:
Versions
I'm running a development version to work around a few issues such as this one. Tag is 23d4d0d.
If I can work out a patch quickly, I'll make a PR, but not sure how to work around this off the top of my head.
The text was updated successfully, but these errors were encountered: