Skip to content

Create the outputs needed for the validation pipeline #22

Merged
PimMeulensteen merged 2 commits into
mainfrom
validation
Mar 6, 2026
Merged

Create the outputs needed for the validation pipeline #22
PimMeulensteen merged 2 commits into
mainfrom
validation

Conversation

@PimMeulensteen

@PimMeulensteen PimMeulensteen commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

Dit is een eerste opzetje, en ik denk dat het op deze manier het makkelijkst is.

Er is een methode copy_csv, die een gegeven csv kopieert naar de output folder die bij dat model hoort.

      - method: lrmodule.copy_csv.copy_csv
        file: ${data_root}/breech_face_impression.csv
      - method: lrmodule.copy_csv.copy_csv
        file: ${data_root}/breech_face_impression.csv
        columns:
          - hypothesis
          - cmc
          - n 
        new_file_name: reference_scores.csv
      - save_model

Dit geeft

> ls
breech_face_impression.csv  
data.yaml                   
ECE.png                     
LLR_Interval.png            
lrsystem.yaml               
metrics.csv                 
PAV.png                     
reference_scores.csv

Voordelen

  • Makkelijk te implementeren
  • Het specificeren van een naam van het output bestand zorgt dat we altijd dezelfde naam kunnen gebruiken (bijv. reference_scores.csv).

Nadelen

  • Werkt niet met subset aggregation.
  • Kans op foutjes omdat de naam van het csv-bestand meerder keren moet worden ingevoerd.

Comment thread lrmodule/copy_csv.py Outdated
Comment thread lrmodule/copy_csv.py Outdated
Comment thread lrmodule/copy_csv.py Outdated
Comment thread validation.yaml Outdated
@PimMeulensteen
PimMeulensteen merged commit c738bee into main Mar 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants