Skip to content

Commit

Permalink
fixed pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JudithBernett committed Nov 15, 2024
1 parent eed2178 commit 7e02d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ We thank the following people for their extensive assistance in the development
## Contributions and Support

Contributors to nf-core/drugresponseeval and the drevalpy PyPI package:

- [Judith Bernett](https://github.com/JudithBernett) (TUM)
- [Pascal Iversen](https://github.com/PascalIversen) (FU Berlin)
- [Mario Picciani](https://github.com/picciama) (TUM)
Expand Down
2 changes: 1 addition & 1 deletion docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes d
8. [Pipeline information](#pipeline-information) - Report metrics generated during the workflow execution

### Load response

The response data is loaded into the pipeline. This step is necessary to provide the pipeline with the response data that will be used to train and evaluate the models.

### Train and evaluate models

All models are trained and evaluated in a cross-validation setting. The models are trained on the training set and evaluated on the validation set. The performance of the models is evaluated using various metrics such as accuracy, precision, recall, F1-score, and ROC-AUC.


### Pipeline information

<details markdown="1">
Expand Down

0 comments on commit 7e02d44

Please sign in to comment.