-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[ML] Rename evaluation metric result fields to value #63809
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
[ML] Rename evaluation metric result fields to value #63809
Conversation
Renames data frame analytics _evaluate API results as follows: - per class accuracy renamed from `accuracy` to `value` - per class precision renamed from `precision` to `value` - per class recall renamed from `recall` to `value` - auc_roc `score` renamed to `value` for both outlier detection and classification
Pinging @elastic/ml-core (:ml) |
Looks like you need to update all the yaml tests :). |
@benwtrent Ah, I forgot those. Will do. |
@elasticmachine update branch |
@wwang500 @alvarezmelissa87 Hi! This PR is renaming some fields in the response of the evaluate API. Could you take a look and let me know when it'd be ok for me to merge it? |
thanks for the heads-up. feel free to merge it. |
@dimitris-athanasiou - thanks for letting us know! Okay to go ahead and merge it 👌 |
) Renames data frame analytics _evaluate API results as follows: - per class accuracy renamed from `accuracy` to `value` - per class precision renamed from `precision` to `value` - per class recall renamed from `recall` to `value` - auc_roc `score` renamed to `value` for both outlier detection and classification Backport of elastic#63809
…63921) Renames data frame analytics _evaluate API results as follows: - per class accuracy renamed from `accuracy` to `value` - per class precision renamed from `precision` to `value` - per class recall renamed from `recall` to `value` - auc_roc `score` renamed to `value` for both outlier detection and classification Backport of #63809
Renames data frame analytics _evaluate API results as follows: - per class accuracy renamed from `accuracy` to `value` - per class precision renamed from `precision` to `value` - per class recall renamed from `recall` to `value` - auc_roc `score` renamed to `value` for both outlier detection and classification
Renames data frame analytics _evaluate API results as follows:
accuracy
tovalue
precision
tovalue
recall
tovalue
score
renamed tovalue
for both outlier detection and classification