ContinuumIO / elm

Phase I & part of Phase II of NASA SBIR - Parallel Machine Learning on Satellite Data
http://ensemble-learning-models.readthedocs.io
43 stars 27 forks source link

add "transform" optional step to pipeline #40

Closed PeterDSteinberg closed 8 years ago

PeterDSteinberg commented 8 years ago

Currently in the config's pipeline section (a list of dictionaries indicating training or prediction actions), the actions must have the keys:

We should add a 3rd one for transform to cover the cases of models that do not have a predict method but rather a transform and/or fit_transform. Included in this work would be ensuring the transform actions:

PeterDSteinberg commented 8 years ago

Fixed by #45