[
https://issues.apache.org/jira/browse/GRIFFIN-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16645166#comment-16645166
]
ASF GitHub Bot commented on GRIFFIN-205:
----------------------------------------
GitHub user ashutakGG opened a pull request:
https://github.com/apache/incubator-griffin/pull/434
Griffin-205: accuracy matched fraction
https://issues.apache.org/jira/browse/GRIFFIN-205
This pull request covers only batch dq type.
We need to decide is it worth to add "matched fraction" to streaming type.
Accuracy transformation tests added.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ashutakGG/incubator-griffin
GRIFFIN-205-accuracy-matchedFraction
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/434.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #434
----
commit a5c90ed258281408c196008e97b682e6337d5a5c
Author: ashutak <ashutak@...>
Date: 2018-10-10T13:59:55Z
GRIFFIN-205: Added basic tests for accuracy dqType.
commit 9df3188def1c6076bf0618d73b5f1e73e93f522f
Author: ashutak <ashutak@...>
Date: 2018-10-10T15:38:34Z
GRIFFIN-205: Added matchedFraction for Batch dq type
----
> Accuracy measure check should provide matchedFraction to store
> --------------------------------------------------------------
>
> Key: GRIFFIN-205
> URL: https://issues.apache.org/jira/browse/GRIFFIN-205
> Project: Griffin (Incubating)
> Issue Type: Improvement
> Components: accuracy-batch, accuracy-real-time
> Affects Versions: 1.0.0-incubating
> Reporter: Artem Shutak
> Assignee: Artem Shutak
> Priority: Major
>
> Currently, {{accuracy}} measure results contains "total", "miss" and
> "matched" counts.
> As a result, It's hard to analyze accuracy fraction based on results stored
> in ElasticSearch, because ElasticSearch does not provide straight forward
> capability to get "field divided by field" query results.
> {{Accuracy}} measure results should also contain {{matchedFraction}} field.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)