Skip to content

Commit

Permalink
Detectability Task (#46)
Browse files Browse the repository at this point in the history
* Feature/detectability integration hf updates (#45)

* First push detectability model

* test update notebbok 1

* Update on Notebooks

* updated and merged constants

* dataset class

* detectability models

* detectability report

* notebook walkthrough detectability

* notebook branch install

* temp version update

* version

* fix unintended splitting

* updated notebooks

* remove detectability test dataset csv file

* minor changes

* removed unnecessary notebooks

* renamed notebooks

* final review on detectability notebooks

---------

Co-authored-by: naimakg <[email protected]>

* version 0.1.4 and README.md updates

---------

Co-authored-by: naimakg <[email protected]>
  • Loading branch information
omsh and naimakg authored Oct 30, 2024
1 parent 97649bf commit 5fa3b4a
Show file tree
Hide file tree
Showing 20 changed files with 3,031 additions and 159 deletions.
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

0 comments on commit 5fa3b4a

Please sign in to comment.