How to use ChainedOutcomeTransform with Standardize? #2811
Replies: 2 comments
-
Hi @samuelkim16. That's strange. I don't see anything wrong with the snippet you shared. When testing it, I see that the outcomes are correctly transformed in Could you share an end-to-end runnable example (with dummy data as necessary) that reproduces the issue? If you wanted to debug it a bit more closely, you could turn the warning into error using a block like this one to inspect where it comes from:
|
Beta Was this translation helpful? Give feedback.
-
This sounds like a bug - made an issue out of this: #2812 - let's continue on that issue. |
Beta Was this translation helpful? Give feedback.
-
I'd like to use multiple outcome transforms. A snippet of my code looks like this:
However, during my optimization run, I will regularly get warnings in each iteration like the following:
Am I chaining the outcome transforms incorrectly? The warning does not give a full stack trace so it is difficult for me to troubleshoot. I do not get any errors when using Standardize alone (without ChainedOutcomeTransform) or when just initializing the model.
Beta Was this translation helpful? Give feedback.
All reactions