dtoolkit.pipeline.FeatureUnion.set_params#
- FeatureUnion.set_params(**kwargs)#
Set the parameters of this estimator.
Valid parameter keys can be listed with
get_params(). Note that you can directly set the parameters of the estimators contained in transformer_list.- Parameters
- **kwargsdict
Parameters of this estimator or parameters of estimators contained in transform_list. Parameters of the transformers may be set using its name and the parameter name separated by a ‘__’.
- Returns
- selfobject
FeatureUnion class instance.