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

Multi-annotation evaluation, dataframe results #167

Open
bmcfee opened this issue Aug 23, 2017 · 0 comments
Open

Multi-annotation evaluation, dataframe results #167

bmcfee opened this issue Aug 23, 2017 · 0 comments

Comments

@bmcfee
Copy link
Contributor

bmcfee commented Aug 23, 2017

Two issues, bundled together here because they make sense:

  1. It would be cool if jams.eval could automatically convert the results dict into a dataframes.
  2. Also, jams.eval could support comparisons of multiple estimates to a reference.

These two can play nicely together if the index of the dataframe is drawn from estimate annotation. This way, you could do something like

results_df = jams.eval.chord(ref_ann, est_ann1, est_ann2, est_ann3, dataframe=True)

And get a nice table of results to make comparison easy.

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

No branches or pull requests

1 participant