scicloj / metamorph.ml

Machine learning functions for metamorph based on machine learning pipelines
Eclipse Public License 2.0
18 stars 3 forks source link

add explicit assumption/check of "single model" in pipeline for `evaluate-models` #2

Closed behrica closed 2 years ago

behrica commented 2 years ago

The evaluate-models function assumes a single transformer of type "model" i a pipeline, as we calculate "one time" a metric, in order to select best pipelines.

This is "implicit" and not explicit for now.

behrica commented 2 years ago

Implemented by assuming and checking for an pipe operation with id :model