requires_y_train#
- requires_y_train()[source]#
Behaviour flag: metric requires y_train in evaluate.
String name:
"requires-y-train"Public behaviour flag
Values: boolean,
True/FalseExample:
TrueDefault:
FalseAlias:
"requires_y_train"
This tag applies to metrics.
If the tag is
True, the metric requires the training target data argumenty_trainto be passed in theevaluateandevaluate_by_indexmethods. If the tag isFalse, the metric does not require the training target data argumenty_trainto be passed in theevaluateandevaluate_by_indexmethods.