Colin Brochtrup
Colin Brochtrup
EER is a performance metric for binary classification systems that output class likelihoods. It corresponds to the amount mislabeled samples given equal (or as close to equal as possible) false...
Haha, I can see why you'd think that. My apologies! I don't think EER is useless. EER is the standard metric to compare system performance in the speaker verification literature....
@googlebot I signed it!
> We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you...
> @cbrochtrup I tried everything but it won’t let me. Google doesn’t like the email address GitHub has assigned to my suggestion. > > Feel free to revert my suggestion...
Just spitballin' here (this may be dumb) but could `Display` be a method of the `Fire` class that can be overridden by the user? The API would be `fire.Fire(display_func=custom_function)` and...
I was thinking it'd be identical to `Display` in that it must accept a string and a stream, `display_func(string, out)`. The custom function would be responsible for serializing and displaying...