vastorbit.machine_learning.vast.pipeline.Pipeline.set_params¶
- Pipeline.set_params(parameters: dict[dict] | None = None, **kwargs) None¶
Sets the parameters of the model.
- Parameters:
parameters (dict, optional) – New parameters. It must be a dictionary with the Pipeline names as keys and the parameter dictionary as values.
**kwargs –
New parameters can also be passed as arguments. Example:
set_params(pipeline1 = dict1, pipeline2 = dict2)