sklearn_xarray.XarrayUnion

class sklearn_xarray.XarrayUnion(transformer_list, n_jobs=1, transformer_weights=None)[source]

A version of feature union which keeps track of the index

__init__(transformer_list, n_jobs=1, transformer_weights=None)

Methods

__init__(transformer_list[, n_jobs, …])
fit(X[, y]) Fit all transformers using X.
fit_transform(X[, y])
get_feature_names() Get feature names from all transformers.
get_params([deep]) Get parameters for this estimator.
set_params(**kwargs) Set the parameters of this estimator.
transform(X) Transform X separately by each transformer, concatenate results.