Closed stepthom closed 3 years ago
Note: After downgrading to FLAML version 0.4.1, this error no longer occurs.
Note: I did a little more testing.
Thanks for finding this bug. The reason is _estimator_type
is passed to the constructor and stored in self.params
. The way to fix it is to delete self.params['estimator_type']
.
After upgrading to the newest version of FLAML, I am running into the following error when I set
ensemble=True
:My call to FLAML:
This issue goes away if I change
ensemble
toFalse
.Here are my environment details: