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).
elm.pipeline.predict_many
currently has some defects due to Elm PR 192, e.g. a NameError onmake_samples_dask
. When working, it could be used inelm.model_selection.multi_layer
here but we'd need to consider how that relates to dask.distributed parallelism for severalMultiLayer
instances (see #207).