You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here the predicate is not self.regression and self.use_label_encoder whereas here it is just: self.use_label_encoder.
Having self.regression==True and self.use_label_encoder==True should just be an assertion error in the constructor which would simplify checking use_label_encoder.
The text was updated successfully, but these errors were encountered:
Here the predicate is
not self.regression and self.use_label_encoder
whereas here it is just:self.use_label_encoder
.Having
self.regression==True and self.use_label_encoder==True
should just be an assertion error in the constructor which would simplify checkinguse_label_encoder
.The text was updated successfully, but these errors were encountered: