Closed voetberg closed 6 months ago
what's the difference between the top and bottom figures? is the bottom one a 2d histogram of something? What's the yellow?
Difference between them is the the dimension of the histogram yeah (https://github.com/JuliaLinhart/lc2st/blob/main/lc2st/graphical_diagnostics.py#L167 vs https://github.com/JuliaLinhart/lc2st/blob/e221cc326480cb0daadfd2ba50df4eefd374793b/lc2st/graphical_diagnostics.py#L187 ). We can add a colorbar in but the colors are just a higher probability of being corrected predicted for that region (as defined by the local classifier).
The best way to think of the histogram here is that it's a single part of a corner plot
the legend just applies to the cdf plot? if so, do you know what the yellow is in the top 1-d hist?
Colorcoding is the same, it's just the regions of the parameter that have a higher probability of being correctly classified
Legend is for the cdf, yes.
Closes #39 Following the paper from here: https://arxiv.org/abs/2306.03580 and discussion here: https://github.com/deepskies/OpticalClusterSBI/discussions/3
Produces plots that look like this: