Closed nikml closed 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is one of those issues where there's a simple fix and several fixes with different degrees of 'correctness':
The simple solution is to truncate the limits on the plot at zero and be done with it.
However this neglects the profile of the underlying distribution. A more complete way then is to move the truncation to the underlying distribution and then calculate the bands based on percentiles on that distribution. Even more correct would be a recalculation of the distribution accounting for the output domain being limited to >= 0
HI @jsandroos @nikml @nnansters @baskervilski @rfrenoy I am a python developer for the last four years and am looking forward to contribute to some of the open source. I have experience in building some data oriented products using python as the main base programming language. Additionally I have hand on experience in FastAPI. I am a quick learner and also have some bandwidth to contribute to the project.
May I know from where I setup the code and start my contribution process.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug The thresholds and confidence bands for some regression metrics can
What is wrong with the above plot?
To Reproduce Steps to reproduce the behavior:
Expected behavior