Skip to content

Commit cc344b6

Browse files
First basic implementation
1 parent c738bee commit cc344b6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

validation.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,13 @@ experiments:
188188
- llr_interval
189189
- method: lrmodule.copy_csv.copy_csv
190190
file: ${data_root}/breech_face_impression.csv
191-
new_file_name: source_data.csv
191+
- method: lrmodule.copy_csv.copy_csv
192+
file: ${data_root}/breech_face_impression.csv
193+
columns:
194+
- hypothesis
195+
- cmc
196+
- n
197+
new_file_name: reference_scores.csv
192198
- save_model
193199

194200

0 commit comments

Comments
 (0)