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 706f70d + 32040d1 commit a25a9d2Copy full SHA for a25a9d2
Orange/widgets/visualize/owruleviewer.py
@@ -174,7 +174,6 @@ def commit(self):
174
def send_report(self):
175
if self.classifier is not None:
176
self.report_domain("Data domain", self.classifier.original_domain)
177
- self.report_items("Rule induction algorithm", self.classifier.params)
178
self.report_table("Induced rules", self.view)
179
180
def sizeHint(self):
0 commit comments