Skip to content

Commit

Permalink
Merge branch 'main' of github.com:scicloj/metamorph.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Feb 4, 2024
2 parents 7ab8293 + d111993 commit 7489a68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scicloj/metamorph/ml.clj
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@

_ (errors/when-not-error predictions-ds "No column in prediction result was marked as 'prediction' ")
_ (errors/when-not-error (:model predicted-ctx) "Pipelines need to have the 'model' op with id :model")

trueth-ds (get-in predicted-ctx [:model ::target-ds])
_ (errors/when-not-error trueth-ds (str "Pipeline context need to have the true prediction target as a dataset at key path: "
:model ::target-ds " Maybe a `scicloj.metamorph.ml/model` step is missing in the pipeline."))
Expand Down

0 comments on commit 7489a68

Please sign in to comment.