Skip to content

Conversation

@grapentt
Copy link

@grapentt grapentt commented Nov 19, 2025

NOTE: This PR branches from branch 'ppi-data' which contains my A2 submission as it builds on top of it. The actual changes are less than github is showing because it compares diff with main. If we decide to merge this PR, we should first merge the A2 PR.

Note: Due to time reason I could not finish this PR. I have some files locally not pushed yet and did not have the time to run proper benchmarks/tests and write documentation. I will add this and refactor the code once the challenge is officially over.

Checklist

  • My pull request has a clear and explanatory title.

  • My pull request passes the Linting test.

  • I added appropriate unit tests and I made sure the code passes all unit tests. (refer to comment below)

  • My PR follows PEP8 guidelines. (refer to comment below)

  • My code is properly documented, using numpy docs conventions, and I made sure the documentation renders properly.

  • I linked to issues and PRs that are relevant to this PR.

  • Extend SCCNN implementation to work with higher order cells
    I tested the new SCCNN vs the old implementation on the lifted us-county-demos dataset for 50 epochs with seed 123. Results:

    Metric NEW OLD
    MAE 0.472966730 0.472966641
    MSE 0.377394617 0.377394199
    Time ~50 seconds ~62 seconds

Description

Issue

Additional context

@grapentt grapentt marked this pull request as draft November 19, 2025 18:47
@levtelyatnikov
Copy link
Collaborator

Dear Participants,

This is a final reminder regarding the upcoming challenge deadline.

📅 Deadline: Tomorrow, 25th November 2025

✅ Critical Requirement: Please ensure your branch is passing all CI/CD tests.

If you have any pending changes, please push them and verify your build status as soon as possible.

Good luck!

@levtelyatnikov levtelyatnikov added the category-b2 Submission to TDL Challenge 2025: Mission B, Category 2. label Nov 24, 2025
@grapentt grapentt force-pushed the cell-level-prediction branch 2 times, most recently from e516d82 to d2ca4fc Compare November 25, 2025 21:15
@grapentt grapentt force-pushed the cell-level-prediction branch from d2ca4fc to 2a34048 Compare November 25, 2025 21:30
@grapentt grapentt changed the title Category: B2; Team name: TG; Dataset: Simplicial PPI (HIGH-PPI + CORUM) Category: B2; Team name: TG; Dataset: Simplicial PPI (HIGH-PPI SHS27k + CORUM) Nov 25, 2025
@gbg141
Copy link
Collaborator

gbg141 commented Nov 26, 2025

Hi @grapentt! Feel free to modify pyproject.toml file to include any extra dependencies you might need for your submission. Good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category-b2 Submission to TDL Challenge 2025: Mission B, Category 2.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants