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

Detectability Task #46

Merged
merged 2 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ $ pip install dlomix[wandb]
- Fragment Ion Intensity Prediction:
- a multi-output regression problem where the intensity values for fragment ions are predicted given a peptide sequence along with some additional features.

- Peptide Detectability:
- a multi-class classification problem where the detectability of a peptide is predicted given the peptide sequence.



**To-Do**
Expand All @@ -59,6 +62,7 @@ Functionality:
- [X] add residual plots to reporting, possibly other regression analysis tools
- [X] output reporting results as PDF
- [X] refactor reporting module to use W&B Report API (Retention Time)
- [X] add additional detectability task
- [ ] extend pipeline for different types of models and backbones
- [ ] extend pipeline to allow for fine-tuning with custom datasets

Expand Down
Loading