Dev replace below confidence
Created by: neeraj9
replace_below_confidence when lower confidence
The intent is to reset data to some default value when the confidence level is equal to or below certain value.
Sample usage:
replace_below_confidence($interval, 0.5, 0.0)
'''
In the above case 0.5 is the threshold confidence level,
equal to or below which the metric value will be reset to 0.0 (3rd
argument).
@see dalmatinerdb/dalmatinerdb#134