eckity.sklearn_compatible.sk_regressor
class
SKRegressor(eckity.sklearn_compatible.sklearn_wrapper.SklearnWrapper, sklearn.base.RegressorMixin):
Sklearn-compatible wrapper to support evolution using sklearn methods.
Parameters
- algorithm (Algorithm): Wrapped Evolutionary algorithm. The Wrapper invokes 'evolve' and 'execute' methods of the algorithm during the fitting and prediction process, respectively.
Attributes
- is_fitted (bool): Determines if the model is fitted (evolved).
Inherited Members
- eckity.sklearn_compatible.sklearn_wrapper.SklearnWrapper
- SklearnWrapper
- algorithm
- fit
- predict
- get_params
- set_params
- partial_fit
- sklearn.base.RegressorMixin
- score