Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LinkGraph to replace ObjectLink and LinkCollection #252

Merged
merged 14 commits into from
Jun 10, 2024

Commits on Jun 10, 2024

  1. Update pyproject.toml

    CunliangGeng committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9a699f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17d862a View commit details
    Browse the repository at this point in the history
  3. Delete object_link.py

    CunliangGeng committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    451c8b2 View commit details
    Browse the repository at this point in the history
  4. Create scoring_method.py

    CunliangGeng committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ba60f45 View commit details
    Browse the repository at this point in the history
  5. Create score.py

    CunliangGeng committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d456254 View commit details
    Browse the repository at this point in the history
  6. Create link_graph.py

    CunliangGeng committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9b15418 View commit details
    Browse the repository at this point in the history
  7. Update __init__.py

    CunliangGeng committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5d0e8d9 View commit details
    Browse the repository at this point in the history
  8. Create test_score.py

    CunliangGeng committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    240c301 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c19db0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9720fef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    55458a9 View commit details
    Browse the repository at this point in the history
  12. Update MetcalfScoring to use LinkGraph

    - Use LinkGraph to replace ObjectLink and LinkCollection
    - remove attribute `cutoff` and `standardised`. Now users have to pass them as parameters
    CunliangGeng committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d3b8713 View commit details
    Browse the repository at this point in the history
  13. update NPLinker and other scoring methods to use LinkGraph

    These updates are just to make sure code can import. Further refactoring is needed to ensure the correct output.
    CunliangGeng committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9894232 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    91b2510 View commit details
    Browse the repository at this point in the history