-
Notifications
You must be signed in to change notification settings - Fork 68
Category: B2; Team name: TG; Dataset: Simplicial PPI (HIGH-PPI SHS27k + CORUM) #230
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
base: main
Are you sure you want to change the base?
Category: B2; Team name: TG; Dataset: Simplicial PPI (HIGH-PPI SHS27k + CORUM) #230
Conversation
… should be {0,1} or [0,1] respectively for CrossEntropyLoss and interpretability
…ing which can be used for semi-supervision
…er level cell-prediction
|
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! |
e516d82 to
d2ca4fc
Compare
… should be {0,1} or [0,1] respectively for CrossEntropyLoss and interpretability
…ing which can be used for semi-supervision
d2ca4fc to
2a34048
Compare
|
Hi @grapentt! Feel free to modify |
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:
Description
Issue
Additional context