craffel / mir_eval

Evaluation functions for music/audio information retrieval/signal processing algorithms.
MIT License
600 stars 112 forks source link

Change "label_prefix" to "fill_value" in adjust_intervals? #40

Closed ejhumphrey closed 10 years ago

ejhumphrey commented 10 years ago

While I can see how a prefix might help (filtering and whatnot), it'd be super helpful in chord-rec to just specify what the out-of-boundary label is / should be. I think this would be more elegant than writing chord parsing code to clean up the result after the fact.

Any major objections or justifications I'm not seeing? @bmcfee I think this is relevant to you?

bmcfee commented 10 years ago

I like it.

ejhumphrey commented 10 years ago

Done.