ertk.sklearn.models.ERTKSkModel
- class ertk.sklearn.models.ERTKSkModel(config: SkModelConfig)
Bases:
ABCBase class for scikit-learn models.
- Parameters:
- config: SkModelConfig
The model configuration.
- __init__(config: SkModelConfig) None
Methods
__init__(config)get_config_type()get_default_config()get_model_class(name)make_model(name, config)valid_models()Inherited Methods
Attributes
The model configuration.
- config: SkModelConfig
The model configuration.