Open bmcfee opened 7 years ago
Two issues, bundled together here because they make sense:
jams.eval
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.
Two issues, bundled together here because they make sense:
jams.eval
could automatically convert the results dict into a dataframes.These two can play nicely together if the index of the dataframe is drawn from estimate annotation. This way, you could do something like
And get a nice table of results to make comparison easy.