Cannot fit twice if I modify transformers: ValueError: There are non-numerical values in your data.
#1259
Labels
Milestone
ValueError: There are non-numerical values in your data.
#1259
Environment Details
Error Description
If I modify the transformations in the
HMASynthesizer
, then I am unable to call fit more than once. I get a ValueError every time I try to fit a second time.This may be related to #1258, as the Stack Trace seems to be similar.
Steps to reproduce
Observe that the first
fit
call succeeds but the second one fails.Stack Trace
The text was updated successfully, but these errors were encountered: