We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eca9c46 + c05eacb commit 790fc8aCopy full SHA for 790fc8a
Orange/widgets/data/owdatainfo.py
@@ -145,7 +145,7 @@ def _p_targets(self, data):
145
if not cont_class:
146
return f"{disc_class} categorical {pl(disc_class, 'target')}"
147
elif not disc_class:
148
- return f"{cont_class} numeric {pl(cont_class, 'targets')}"
+ return f"{cont_class} numeric {pl(cont_class, 'target')}"
149
return "multi-target data,<br/>" + self._pack_var_counts(class_vars)
150
151
@classmethod
0 commit comments