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

Create examples and improve documentation to *explore partitioning first, learn models second* #196

Open
cchriste opened this issue Sep 10, 2020 · 0 comments
Assignees

Comments

@cchriste
Copy link
Contributor

This video demonstrates the issue:
explore_before_learning

  • using knn=15 for the June2020 Cantilever Beam dataset results in a single partition when computing the M-S for the Compliance QoI field.
  • If knn is reduced to 5, there are 9 partitions, much more interesting for a user to explore and identify different trends in the data.
  • this is why we provide a data processing pipeline and user guidance (i.e., documentation and examples) showing the process

We need better examples as our own current example datasets all use knn=15 and don't demonstrate the flexibility of the design Space eXplorer.

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