Is there someone auditing controls using KNIME? If so, could you please share insights on how to validate completeness and accuracy from this tool?
938 views1 Comment
Sort by:
Content you might like
What’s your top barrier to adopting AI-driven pentesting?
Lack of mature vendor solutions47%
Trust in AI accuracy60%
Budget constraints27%
Skills to operate the tools53%
Security Operation Center (SOC)27%
IT / Network Operation Center (NOC)41%
DevOps40%
Managed cloud services, incl. FinOps (cloud cost optimization)40%
IT & Hardaware procurement20%
To validate data completeness: use the "Missing Value" node to identify columns with missing values, use "GroupBy" node to calculate the percentage of missing values for each column (or aggregation nodes), set a threshold for acceptable missing values (e.g., 5% or 10%) and filter out columns exceeding this threshold.
To validate data accuracy: identify the reference or trusted data source that represents accurate values for comparison, use the "Joiner" node to join or merge your data with the reference data, generate summary statistics on the discrepancies, such as mean, median, standard deviation, etc. and use the visualization nodes to visualize the discrepancies.