fair-search / fairsearch-fair-for-elasticsearch

Fair search elasticsearch plugin
Apache License 2.0
14 stars 3 forks source link

Create a unit test for the generation of table M #18

Closed chatox closed 6 years ago

chatox commented 6 years ago

The generation of table M should be covered by unit tests varying p, alpha, and k.

Typical values of alpha: 0.1, 0.2

Values of k: 50, 100, 200

Values of p: 0.4, 0.5, 0.6

purbon commented 6 years ago

related to #1

purbon commented 6 years ago

@tsuehr can you take a look here and update the unit testing?

purbon commented 6 years ago

@tsuehr can you push some code for this issue? 🙏

tsuehr commented 6 years ago

i opened a pr but its not finished yet

purbon commented 6 years ago

More test where added with #21 also more are coming with #26

tsuehr commented 6 years ago

i will wait with colsing this issue until i worked everything out for the alpha adjustment research in general. For our first release however, all cases are added

tsuehr commented 6 years ago

done