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
:param records: Python list of records. Each record must be a Python dict. Each record must contain a "features" dict (see predict_record) and optionally a "context" dict.
64
63
:param forced_generation: See documentation about multi-version prediction
65
64
:param dispatch_key: See documentation about multi-version prediction
66
-
:param with_explanations: Whether individual explanations should be computed for each records.
67
-
Explanations must be enabled for the prediction endpoint.
65
+
:param with_explanations: Optional, whether individual explanations should be computed for each records. The prediction endpoint must be compatible.
68
66
:param explanation_method: Optional, method to compute those explanations. If None, will use the value configured in the endpoint.
69
67
:param n_explanations: Optional, number of explanations to output per prediction. If None, will use the value configured in the endpoint.
70
68
:param n_explanations_mc_steps: Optional, precision parameter for SHAPLEY method, higher means more precise but slower (between 25 and 400).
0 commit comments