Closed jvparidon closed 1 year ago
Base: 97.25% // Head: 96.85% // Decreases project coverage by -0.39%
:warning:
Coverage data is based on head (
e94b30f
) compared to base (1016383
). Patch coverage: 93.33% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Rewrote
interaction_weights()
to use some clever indexing and a single sparse matrix multiplication, rather than nestedfor
loops. Should be orders of magnitude faster for large datasets!