lejinvarghese / ego_networks

An effort to study information flow and belief propagation through ego networks.
MIT License
2 stars 0 forks source link

rec strategies #51

Closed lejinvarghese closed 2 years ago

lejinvarghese commented 2 years ago

closes #44

codecov-commenter commented 2 years ago

Codecov Report

Base: 69.55% // Head: 70.37% // Increases project coverage by +0.82% :tada:

Coverage data is based on head (54d80ac) compared to base (c338313). Patch coverage: 90.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #51 +/- ## ========================================== + Coverage 69.55% 70.37% +0.82% ========================================== Files 6 8 +2 Lines 404 422 +18 ========================================== + Hits 281 297 +16 - Misses 123 125 +2 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `70.37% <90.00%> (+0.82%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/lejinvarghese/ego_networks/pull/51?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin) | Coverage Δ | | |---|---|---| | [src/main.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/51/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-c3JjL21haW4ucHk=) | `0.00% <0.00%> (ø)` | | | [src/recommender.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/51/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-c3JjL3JlY29tbWVuZGVyLnB5) | `88.88% <90.90%> (-3.71%)` | :arrow_down: | | [src/models/ranking.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/51/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-c3JjL21vZGVscy9yYW5raW5nLnB5) | `96.15% <96.15%> (ø)` | | | [src/models/strategies.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/51/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-c3JjL21vZGVscy9zdHJhdGVnaWVzLnB5) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.