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

Re-migrated diagnostics #229

Closed
wants to merge 22 commits into from

Conversation

jerrymhuang
Copy link
Collaborator

@jerrymhuang jerrymhuang commented Oct 29, 2024

WIP: remigrated the elements in the original diagnostics module from streamlined-backend to dev.

Currently include all existing features:

  • plot_losses;
  • plot_recovery;
  • plot_sbc_ecdf;
  • plot_sbc_historgram;
  • plot_z_score_contraction;
  • plot_distribution_2d.
  • Inherited plots from plot_distribution_2d: plot_prior_2d, plot_posterior_2d, plot_latent_space_2d;
  • plot_calibration_curves;
  • plot_confusion_matrix;
  • plot_mmd_hypothesis_test.

Still to come:

  • Duplicate removal (through plot_utils);
  • Quickstart notebook for demonstrating the use of remigrated modules.

@jerrymhuang jerrymhuang marked this pull request as draft October 29, 2024 17:57
@stefanradev93
Copy link
Contributor

Hi Jerry, can you pls make sure that the linter is passing?

@jerrymhuang jerrymhuang added feature New feature or request refactoring Some code shall be redesigned v2 Issues related to the bayesflow v2 refactor labels Nov 1, 2024
@jerrymhuang jerrymhuang added this to the BayesFlow 2.0 milestone Nov 1, 2024
@jerrymhuang jerrymhuang linked an issue Nov 1, 2024 that may be closed by this pull request
@stefanradev93 stefanradev93 marked this pull request as ready for review November 3, 2024 21:58
@jerrymhuang jerrymhuang closed this Nov 3, 2024
@jerrymhuang jerrymhuang mentioned this pull request Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request refactoring Some code shall be redesigned v2 Issues related to the bayesflow v2 refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove code duplication from diagnostics module
2 participants