DashAI.back.converters.scikit_learn.converter_chain.ConverterChain
- class ConverterChain(steps)[source]
Chain of converters.
Methods
__init__
(steps)fit
(x[, y])Fit the converter.
fit_transform
(X[, y])Fit to data, then transform it.
get_metadata_routing
()Get metadata routing of this object.
get_params
([deep])Get parameters for this estimator.
get_schema
()Generates the component related Json Schema.
set_fit_request
(*[, x])Request metadata passed to the
fit
method.set_output
(*[, transform])Set output container.
set_params
(**params)Set the parameters of this estimator.
set_transform_request
(*[, x])Request metadata passed to the
transform
method.transform
(x[, y])Transform the dataset.
validate_and_transform
(raw_data)It takes the data given by the user to initialize the model and returns it with all the objects that the model needs to work.
Attributes
DESCRIPTION
TYPE