-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename diagnostics plots * Slight name change --------- Co-authored-by: stefanradev93 <[email protected]>
- Loading branch information
1 parent
6fb8b83
commit cddbce8
Showing
18 changed files
with
475 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
from .plot_losses import plot_losses | ||
from .plot_recovery import plot_recovery | ||
from .plot_sbc_ecdf import plot_sbc_ecdf | ||
from .plot_sbc_histograms import plot_sbc_histograms | ||
from .plot_samples_2d import plot_samples_2d | ||
from .plot_z_score_contraction import plot_z_score_contraction | ||
from .plot_prior_2d import plot_prior_2d | ||
from .plot_posterior_2d import plot_posterior_2d | ||
from .plot_calibration_curves import plot_calibration_curves | ||
from .plots import calibration_ecdf | ||
from .plots import calibration_histogram | ||
from .plots import loss | ||
from .plots import mc_calibration | ||
from .plots import mc_confusion_matrix | ||
from .plots import mmd_hypothesis_test | ||
from .plots import pairs_posterior | ||
from .plots import pairs_prior | ||
from .plots import pairs_samples | ||
from .plots import recovery | ||
from .plots import z_score_contraction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
from .calibration_ecdf import calibration_ecdf | ||
from .calibration_histogram import calibration_histogram | ||
from .loss import loss | ||
from .mc_calibration import mc_calibration | ||
from .mc_confusion_matrix import mc_confusion_matrix | ||
from .mmd_hypothesis_test import mmd_hypothesis_test | ||
from .pairs_posterior import pairs_posterior | ||
from .pairs_prior import pairs_prior | ||
from .pairs_samples import pairs_samples | ||
from .recovery import recovery | ||
from .z_score_contraction import z_score_contraction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.