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

Fix show_all_default_visualizations() for random and Nelder-Mead learners. #140

Merged
merged 2 commits into from
Jun 13, 2022

Conversation

zakv
Copy link
Collaborator

@zakv zakv commented Jun 13, 2022

This PR adds empty visualizer classes for those two learners. These visualization classes don't currently generate any plots, but they could in the future. Previously, create_learner_visualizer_from_archive() would raise a ValueError because these learners didn't have an associated visualizer class.

Changes proposed in this pull request:

  • Fix show_all_default_visualizations() for random and Nelder-Mead learners.

zak-atom added 2 commits June 12, 2022 22:58
…ead learners.

To do this, empty visualizer classes were created for those two learners. These visualization classes don't currently generate any plots, but they could in the future.
…MeadVisualizer` `create_visualization()` methods are called, as they don't currently actually generate any plots.
@zakv zakv merged commit 96a7a1f into michaelhush:master Jun 13, 2022
@zakv zakv deleted the dummy-visualizers branch June 14, 2022 10:13
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

Successfully merging this pull request may close these issues.

2 participants