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
Currently the summary variables are alphabetized, but the rationale for this is unclear; I would prefer if the order in the output declarations would be used. For instance, in:
summary xresults {
of learn > NLabels NParams {
...
}
of eval> Acc P R F {
...
}
}
the order would be: NLabels, NParams, Acc, P, R, F
The text was updated successfully, but these errors were encountered:
Currently the summary variables are alphabetized, but the rationale for this is unclear; I would prefer if the order in the output declarations would be used. For instance, in:
the order would be:
NLabels
,NParams
,Acc
,P
,R
,F
The text was updated successfully, but these errors were encountered: