ContinuumIO / elm

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

Fix predict_many bugs related to package simplification #219

Open PeterDSteinberg opened 7 years ago

PeterDSteinberg commented 7 years ago

elm.pipeline.predict_many currently has some defects due to Elm PR 192, e.g. a NameError on make_samples_dask. When working, it could be used in elm.model_selection.multi_layer here but we'd need to consider how that relates to dask.distributed parallelism for several MultiLayer instances (see #207).