ertk.sklearn.models.SkWrapperModel
- class ertk.sklearn.models.SkWrapperModel(config: SkWrapperConfig)
Bases:
ERTKSkModelA wrapper for scikit-learn models.
- __init__(config: SkWrapperConfig) None
Methods
__init__(config)Inherited Methods
get_config_type()get_default_config()get_model_class(name)make_model(name, config)valid_models()Attributes
The model configuration.
- config: SkWrapperConfig
The model configuration.