Allow users to pass a dictionary of input arrays to any class that inherist mlens.parallel.base.BaseStacker, where keys should be the name of the items in the stack attribute.
For ensembles and estimators, will need some form of exception handling for check_inputs.
Allow users to pass a dictionary of input arrays to any class that inherist
mlens.parallel.base.BaseStacker
, where keys should be the name of the items in thestack
attribute.For ensembles and estimators, will need some form of exception handling for
check_inputs
.