Skip to content

Commit

Permalink
CN2 Rules Viewer: Simplify report (classifier has no params...)
Browse files Browse the repository at this point in the history
  • Loading branch information
janezd committed Jan 30, 2023
1 parent cb3e6af commit cb58c3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Orange/widgets/visualize/owruleviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def commit(self):

def send_report(self):
if self.classifier is not None:
self.report_domain("Data domain", self.classifier.original_domain)
self.report_table("Induced rules", self.view)

def sizeHint(self):
Expand Down

0 comments on commit cb58c3e

Please sign in to comment.