Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions howso/react_aggregate.amlg
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
;The minimum number of samples necessary to report a metric value for a combination of feature values when computing any of the values
;details.
value_robust_contributions_min_samples 15
;{type "number" exclusive_min 0}
;The minimum number of unique cases for a given nominal class or continuous bucket to be used as a possible feature value when collecting
;all combinations of feature values in the data to report metrics over. If unspecified, there is no filtering based on number of unique cases.
value_robust_contributions_min_cases 15
;{ref "ReactAggregateDetails"}
;assoc, optional. an assoc of flags for which type of audit data to return, and corresponding values to return (if applicable) in the format of:
; (assoc
Expand Down
Loading
Loading