flennerhag / mlens

ML-Ensemble – high performance ensemble learning
http://ml-ensemble.com
MIT License
846 stars 108 forks source link

Allow dictionary of input arrays #65

Open flennerhag opened 7 years ago

flennerhag commented 7 years ago

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.