Closed brookehus closed 5 years ago
Basically the fact that we were using a uniform distribution was causing some implicit assumptions in how we wrote histogram_intersection
. Here, I:
bins=None
option in histogram_intersection
to automatically populate bins
as opposed to intervals
.norm
the bins so they span a range of 1.Good catch - Will take a look.
Aside from a few cosmetic (possibly subjective stuff), I think this looks great! Let me know what you think - otherwise I'll give it the LGTM.
@nec4 check this commit.
Nice - LGTM!
Development:
[x] Add tests
Checks:
nosetests
I hate everything.