Closed micahjsmith closed 5 years ago
Thanks for reporting this @micahjsmith
However, this is an expected error message which has no further consequences than just that, the reporting.
This happens because the encode
argument from Featuretools is a tunable hyperparameter, and when it is False
and the original dataset has strings, the next primitive fails.
And the traceback is the default MLBlocks logging, which reports the primitive exceptions.
I see, thanks for the explanation!
Uncaught ValueError when running search on sample dataset.