I trained a random forest model with Python 3.11.8 TF 2.13.1 and TFDF 1.5.0, and I get an error after training:
terminate called after throwing an instance of ‘std::bad_cast’
what(): std::bad_cast
Aborted
How can this be resolved?
I trained a random forest model with Python 3.11.8 TF 2.13.1 and TFDF 1.5.0, and I get an error after training:
terminate called after throwing an instance of ‘std::bad_cast’
what(): std::bad_cast
Aborted
How can this be resolved?