requires_y_true#
- requires_y_true()[source]#
Behaviour flag: metric requires y_true in evaluate.
If
y_trueis not required, the metric is an unsupervised metric.String name:
"requires_y_true"Public behaviour flag
Values: boolean,
True/FalseExample:
TrueDefault:
True
This tag applies to metrics.
If the tag is
True, the metric requires the true target data argumenty_trueto be passed in theevaluateandevaluate_by_indexmethods. If the tag isFalse, the metric does not require the true target data argumenty_trueto be passed in theevaluateandevaluate_by_indexmethods.