How can I include predicted probabilities for each event level in the output table?
4 vues
Réponse
Set the `assessOneRow` parameter to `True`. This will add all event probabilities as separate columns, named with the prefix `_NN_P_`, which can then be used with the `assess` action.