Closed FanwangM closed 2 months ago
Attention: Patch coverage is 92.40506%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 95.01%. Comparing base (
d931154
) to head (07f8abe
). Report is 27 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
selector/methods/distance.py | 92.40% | 6 Missing :warning: |
The original implementation does not support initial data points but only the medoid. Now we support
This is achieved by having a shared function called 'get_initial_selections'.