Closed
Description
The example below works if target
is omitted but breaks if target
is filled in, even when it's exactly the same as the x
data that does work. Each transform works independently but the combination fails only when target data is specified.
I'm assuming this means groupby is not outputting the correctly grouped target data. Perhaps findDataAttributes doesn't know how to recurse into other transforms.