You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lower winsorization percentile in the open interval (0, 100)
[optional]
winsor_upper_percentile
float
Upper winsorization percentile in the open interval (0, 100)
[optional]
winsor_exclude_imputed
bool
Deprecated and ignored. Use winsorIncludeImputed instead.
[optional]
winsor_include_imputed
bool
When true, the percentile bound calculation includes imputed zeros
[optional]
Example
fromlaunchdarkly_api.models.ai_configs_metric_denominator_repimportAiConfigsMetricDenominatorRep# TODO update the JSON string belowjson="{}"# create an instance of AiConfigsMetricDenominatorRep from a JSON stringai_configs_metric_denominator_rep_instance=AiConfigsMetricDenominatorRep.from_json(json)
# print the JSON string representation of the objectprint(AiConfigsMetricDenominatorRep.to_json())
# convert the object into a dictai_configs_metric_denominator_rep_dict=ai_configs_metric_denominator_rep_instance.to_dict()
# create an instance of AiConfigsMetricDenominatorRep from a dictai_configs_metric_denominator_rep_from_dict=AiConfigsMetricDenominatorRep.from_dict(ai_configs_metric_denominator_rep_dict)