Skip to content

Commit

Permalink
fix(modeling): fix regressor model testing not recognizing selected m…
Browse files Browse the repository at this point in the history
…etrics
  • Loading branch information
nmaarnio committed Nov 15, 2024
1 parent 4e214a9 commit 186ef32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def test_model(self):
self.executor.run(params)

elif self.model_info.model_kind == "regressor":
metrics = self.get_classifier_metrics()
metrics = self.get_regressor_metrics()
if len(metrics) == 0:
EISMessageManager().show_message(
"No metrics selected! To run without metrics, use the 'Application' tab.", "invalid"
Expand Down

0 comments on commit 186ef32

Please sign in to comment.