We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ce995 commit 9712459Copy full SHA for 9712459
Orange/widgets/evaluate/owpredictions.py
@@ -504,7 +504,7 @@ def merge_data_with_predictions():
504
text = self.infolabel.text().replace('\n', '<br>')
505
if self.show_probabilities and self.selected_classes:
506
text += '<br>Showing probabilities for: '
507
- text += ', '. join([self.data.domain.class_var.values[i]
+ text += ', '. join([self.class_values[i]
508
for i in self.selected_classes])
509
self.report_paragraph('Info', text)
510
self.report_table("Data & Predictions", merge_data_with_predictions(),
0 commit comments