I have recently started working in field of big data and whenever we get any data the biggest question is to understand the quality of data. Certain approaches we are looking into:
1) Calculate precision and recall for a sample data set. How to calculate recall (approx)? Approach towards creating universal sets any example will be helpful.
2) Perform group by operation over various dimensions and look for any data mismatches. Any tools suggestion for the same which take a set of records and generates reports over required dimensions (basic fact table, dimension table idea)?
3) Please do suggest any more heuristics or metrics for data quality and validation.
Thanks