Skip to content

Commit

Permalink
fix: remove split section for human ratings
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed May 5, 2022
1 parent c88ffeb commit 2fbbe6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 40 deletions.
1 change: 0 additions & 1 deletion docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ parts:
chapters:
- file: auto-qc/intro
- file: auto-qc/iqms_first_contact
- file: auto-qc/manual_ratings
- file: auto-qc/dimensionality_reduction
- file: auto-qc/classification
10 changes: 9 additions & 1 deletion docs/auto-qc/iqms_first_contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,12 @@ In other words, our machine-learning model will operate like a human would do: *
At this point, it is clear that we are about to try training models on rather noisy features, which also show strong biases correlated with the acquisition site.

Unfortunately, there are further complications.
Indeed, the targets (image quality assessments) that we can use in training are also very noisy, as we will see in the next unit.
Indeed, the targets (image quality assessments) that we can use in training are also very noisy.

# Target labels: manual ratings by humans
Let's go further in exploring the effect of *labels noise*, by now focusing our attention on the dataset targets (`train_y`).

```{code-cell} python
from mriqc_learn.viz import ratings
ratings.raters_variability_plot(train_y);
```
38 changes: 0 additions & 38 deletions docs/auto-qc/manual_ratings.md

This file was deleted.

0 comments on commit 2fbbe6f

Please sign in to comment.