Parameter ensemble plot - #1574
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1574 +/- ##
========================================
Coverage 84.35% 84.35%
========================================
Files 164 164
Lines 14756 14788 +32
========================================
+ Hits 12447 12475 +28
- Misses 2309 2313 +4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
stephanmg
left a comment
There was a problem hiding this comment.
See single line comments.
PaulJonasJost
left a comment
There was a problem hiding this comment.
Thanks for this :) looks good to me
| @close_fig | ||
| def test_ensemble_parameters_plot(): | ||
| # creates a test problem | ||
| problem = create_problem(n_parameters=100) |
There was a problem hiding this comment.
such a big one necessary for the test? 🙈
Doresic
left a comment
There was a problem hiding this comment.
Looks really nice! Will use myself :) I have a couple of comments
- can we have a general legend on all the elements of the figure (the rectangles, red point, dashed line)
- can we have a bar on the side or at the top of the plot that shows the grey and mentions what the grey gradient actually represents? Btw, what does it actually represent? The obj. func. value of the point?
| ensemble: | ||
| ensemble of parameter vectors (from pypesto.ensemble). |
There was a problem hiding this comment.
So this is a method to generally just visualize the ensemble, so we cannot really say that the rectangles represent, for example, 95% confidence intervals. But one would need to create an ensemble in some way, and then subset it using a xi^2 threshold to get confidence intervals, right?
Would it be good to have this showcased somewhere, like in a notebook that mentiones ensembles or identifiability? How to use this visualization correctly? Or is it ok to just expand the description of the visualization in the docstring to describe that it will just visualize all members of the ensemble and that these do not represent CIs.
Visualization of parameter values included in the ensemble.