Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show performance on test data bug #33

Open
agitter opened this issue Mar 4, 2021 · 0 comments
Open

Show performance on test data bug #33

agitter opened this issue Mar 4, 2021 · 0 comments

Comments

@agitter
Copy link
Member

agitter commented Mar 4, 2021

The software shows the test data option in the "Show performance on" menu in Step 2 after resuming the workflow. This option should be hidden during Step 2. The test option gives an error if trying to click Data Plot:

Traceback (most recent call last):
  File "...\ml4bio\ml4bio.py", line 1197, in plot
    self.curr_model.plot_decision_regions(option, self.canvas)
  File "...\ml4bio\model.py", line 396, in plot_decision_regions
    X = self.test_X
AttributeError: 'DecisionTree' object has no attribute 'test_X'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant