Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change argument names for metrics functions #146

Merged
merged 4 commits into from
Jul 31, 2018

Conversation

wpreimes
Copy link
Member

Set the names for metrics input data to general names (x and y instead of o and p), so the bias function can not be misinterpreted anymore.

in previous versions input parameters for metrics were called observations and predictions, which is misleading as the order of the arguments for the metrics does not matter, and for the bias function the old argument order lead to confusion as the order of the subtraction was contradicting general agreements.
@wpreimes
Copy link
Member Author

this should fix #138

@cpaulik
Copy link
Collaborator

cpaulik commented Jul 30, 2018

I'm fine with that. @sebhahn Any comments?

@sebhahn
Copy link
Member

sebhahn commented Jul 30, 2018

Looks good. However, I'd rather prefer another description of x, y.

E.g. instead of First set of values use First input vector and Second input vector

@wpreimes
Copy link
Member Author

Done

@sebhahn
Copy link
Member

sebhahn commented Jul 31, 2018

👍

@cpaulik
Copy link
Collaborator

cpaulik commented Jul 31, 2018

Now the bias is different from the rest. Was that on purpose?

@wpreimes
Copy link
Member Author

oops, no, I will change it

@cpaulik cpaulik merged commit 6d5d60a into TUW-GEO:master Jul 31, 2018
@wpreimes wpreimes deleted the metrics_arg_names branch July 31, 2018 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants