ertk.sklearn.models.SkWrapperModel

class ertk.sklearn.models.SkWrapperModel(config: SkWrapperConfig)

Bases: ERTKSkModel

A 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

config

The model configuration.

config: SkWrapperConfig

The model configuration.