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

Refactor to make Pipeline / make elm better for interactive use #91

Closed PeterDSteinberg closed 7 years ago

PeterDSteinberg commented 7 years ago

In working on the Loikith example problem, I found some of the configuration of training in ensemble unnecessarily wordy and confusing. This PR aims to fix that by:

How this Pipeline differs from that of sklearn.pipeline:

PeterDSteinberg commented 7 years ago

Fixes #88 Fixes #66 Fixes #59

PeterDSteinberg commented 7 years ago

Fixes #68