Open MaxforCherubim opened 7 months ago
The sentence "where 1 would mean the bucket [0, 100)" is wrong. It shoule be "where 1 would mean the bucket (0, 100]" Because bins.searchsorted(np.array([100])) return 1
bins.searchsorted(np.array([100]))
The sentence "where 1 would mean the bucket [0, 100)" is wrong. It shoule be "where 1 would mean the bucket (0, 100]" Because
bins.searchsorted(np.array([100]))
return 1