Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect declaration order when printing summary columns #151

Open
nschneid opened this issue Jun 30, 2013 · 1 comment
Open

Respect declaration order when printing summary columns #151

nschneid opened this issue Jun 30, 2013 · 1 comment

Comments

@nschneid
Copy link
Contributor

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

@ghanneman
Copy link

I would like to +1 this bug :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants