requires_y_pred_benchmark#
- requires_y_pred_benchmark()[source]#
Behaviour flag: metric requires y_pred in evaluate.
String name:
"requires-y-pred-benchmark"Public behaviour flag
Values: boolean,
True/FalseExample:
TrueDefault:
TrueAlias:
"requires_y_pred_benchmark"
This tag applies to metrics.
If the tag is
True, the metric requires the benchmark prediction argumenty_pred_benchmarkto be passed in theevaluateandevaluate_by_indexmethods. If the tag isFalse, the metric does not require the benchmark prediction argumenty_pred_benchmarkto be passed in theevaluateandevaluate_by_indexmethods.