lejinvarghese / ego_networks

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

Feature edge features added and weight incorporated in measures #60

Closed lejinvarghese closed 1 year ago

lejinvarghese commented 1 year ago

closes #52

codecov-commenter commented 1 year ago

Codecov Report

Base: 72.21% // Head: 72.84% // Increases project coverage by +0.63% :tada:

Coverage data is based on head (e541174) compared to base (558448a). Patch coverage: 75.29% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #60 +/- ## ========================================== + Coverage 72.21% 72.84% +0.63% ========================================== Files 12 12 Lines 565 604 +39 ========================================== + Hits 408 440 +32 - Misses 157 164 +7 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `72.84% <75.29%> (+0.63%)` | :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/60?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin) | Coverage Δ | | |---|---|---| | [src/models/strategies.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/60/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% <ø> (ø)` | | | [src/network.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/60/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-c3JjL25ldHdvcmsucHk=) | `72.30% <60.00%> (-3.11%)` | :arrow_down: | | [src/neighborhoods/twitter.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/60/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-c3JjL25laWdoYm9yaG9vZHMvdHdpdHRlci5weQ==) | `73.65% <73.77%> (+2.52%)` | :arrow_up: | | [src/measures.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/60/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-c3JjL21lYXN1cmVzLnB5) | `88.46% <75.00%> (-1.34%)` | :arrow_down: | | [src/neighborhoods/goodreads.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/60/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-c3JjL25laWdoYm9yaG9vZHMvZ29vZHJlYWRzLnB5) | `87.23% <100.00%> (ø)` | | | [src/recommender.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/60/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-c3JjL3JlY29tbWVuZGVyLnB5) | `88.63% <100.00%> (ø)` | | | [utils/api/twitter.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/60/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-dXRpbHMvYXBpL3R3aXR0ZXIucHk=) | `81.63% <100.00%> (+3.06%)` | :arrow_up: | 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.