is mean_skill working correctly with more than one model? #161
Unanswered
daniel-caichac-DHI
asked this question in
Q&A
Replies: 5 comments 6 replies
|
@jsmariegaard
If I remove the |
0 replies
|
I will have a look at your notebook today. And if I am getting you right, this is only a problem in the https://github.com/DHI/fmskill/tree/max_gap_interp branch and associated #148 ? |
1 reply
|
The issue seems to be related to |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi all, I got a question because I am not sure I am getting sensible results when using
mean_skillwith more than one model.To summarize:
I have two runs (of slighlty different lengths) , Run 000 with ~203,000 points and Run 023 with ~197,000 points
if I have a single comparer object (
cc_aux) and get themean_skillI get what I am supposed to get (I checked against the dataframe with all my PointObservations)but If I add the
comparer objectof run 23 to thecomparerof run 00 (withcc.add_comparer(cc_aux)) and then get themean_skillmy values change completelySomehow the number of paired model-observations increases to ~8 million points
@ecomodeller : Is this a bug or am I not understanding how the
mean_skillworks?All reactions