Fix inheritance from BaseEstimator
, RegressorMixin
#172
Labels
discussion
issues that require further discussion
BaseEstimator
, RegressorMixin
#172
Description
Now some classes inherits from
BaseEstimator
andRegressorMixin
in a non-consistent way.The same problem applies to typing. A method returns
BaseEstimator
andRegressorMixin
in a non-consistent way.The text was updated successfully, but these errors were encountered: