-
Notifications
You must be signed in to change notification settings - Fork 0
/
dvc.lock
1655 lines (1655 loc) · 49.4 KB
/
dvc.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
schema: '2.0'
stages:
diff@hipattack:
cmd: "echo poetry run python3 -m traq_preprocessing diff --config_filename configs/hipattack.toml
--output_directory data\n"
summarize@hipattack:
cmd: "echo poetry run python3 -m traq_preprocessing summarize --config_filename
configs/hipattack.toml --output_directory data\n"
derive_labels@hipattack:
cmd: "echo poetry run python3 -m traq_preprocessing summarize --config_filename
configs/hipattack.toml --output_directory data\n"
diff@poise:
cmd: "echo poetry run python3 -m traq_preprocessing diff --config_filename configs/poise.toml
--output_directory data\n"
summarize@poise:
cmd: "echo poetry run python3 -m traq_preprocessing summarize --config_filename
configs/poise.toml --output_directory data\n"
derive_labels@poise:
cmd: "echo poetry run python3 -m traq_preprocessing summarize --config_filename
configs/poise.toml --output_directory data\n"
diff@0:
cmd: "poetry run python3 -m traq.preprocessing diff --config_filename configs/hipattack.toml
--output_directory data\n"
deps:
- path: configs/hipattack.toml
hash: md5
md5: b0b5d336fee8afb86b7fbd85649bd923
size: 461
- path: data/raw/HIPATTACK
hash: md5
md5: 45e8c39bdc08cd06ed6a19fcb1d9284b.dir
size: 1043140127
nfiles: 323
- path: traq/preprocessing/diff.py
hash: md5
md5: 98070db449ee322ae302d250c8a42fd5
size: 21484
outs:
- path: data/diffs/hipattack
hash: md5
md5: 139be5aa298b1f45986c188f9dfb1cb2.dir
size: 130020299
nfiles: 337
diff@1:
cmd: "poetry run python3 -m traq.preprocessing diff --config_filename configs/poise.toml
--output_directory data\n"
deps:
- path: configs/poise.toml
hash: md5
md5: 257ee9ae3dfc4d5632bc5e86d0a3d3f0
size: 515
- path: data/raw/POISE1
hash: md5
md5: 08ae6337a047a76d9bd3dbd673ad4d76.dir
size: 686995067
nfiles: 264
- path: traq/preprocessing/diff.py
hash: md5
md5: 98070db449ee322ae302d250c8a42fd5
size: 21484
outs:
- path: data/diffs/poise
hash: md5
md5: e4b32c7a9f1bf7e9cb113ab1e21b9d04.dir
size: 114768631
nfiles: 197
derive_labels@0:
cmd: "poetry run python3 -m traq.preprocessing derive_labels --config_filename
configs/hipattack.toml --output_directory data\n"
deps:
- path: configs/hipattack.toml
hash: md5
md5: b0b5d336fee8afb86b7fbd85649bd923
size: 461
- path: data/diffs/hipattack
hash: md5
md5: 139be5aa298b1f45986c188f9dfb1cb2.dir
size: 130020299
nfiles: 337
- path: traq/preprocessing/config.py
hash: md5
md5: be7de701513866335f2502499993222e
size: 1493
- path: traq/preprocessing/derive_labels.py
hash: md5
md5: 4a241791b783a21eeec2a8740e276008
size: 6209
outs:
- path: data/derived/hipattack
hash: md5
md5: 0900341cfc5be6c09112cdf042224e3c.dir
size: 12554759
nfiles: 5
derive_labels@1:
cmd: "poetry run python3 -m traq.preprocessing derive_labels --config_filename
configs/poise.toml --output_directory data\n"
deps:
- path: configs/poise.toml
hash: md5
md5: 257ee9ae3dfc4d5632bc5e86d0a3d3f0
size: 515
- path: data/diffs/poise
hash: md5
md5: e4b32c7a9f1bf7e9cb113ab1e21b9d04.dir
size: 114768631
nfiles: 197
- path: traq/preprocessing/config.py
hash: md5
md5: be7de701513866335f2502499993222e
size: 1493
- path: traq/preprocessing/derive_labels.py
hash: md5
md5: 4a241791b783a21eeec2a8740e276008
size: 6209
outs:
- path: data/derived/poise
hash: md5
md5: 710fb064b0f225422ece9983c972fe59.dir
size: 83837690
nfiles: 5
diff@2:
cmd: "poetry run python3 -m traq.preprocessing diff --config_filename configs/manage.toml
--output_directory data\n"
deps:
- path: configs/manage.toml
hash: md5
md5: aa4592eaa5fdc9825c96a4691b543947
size: 471
- path: data/raw/MANAGE
hash: md5
md5: 48f13df769eaa8fddfbedf3680397e42.dir
size: 1268492804
nfiles: 625
- path: traq/preprocessing/diff.py
hash: md5
md5: 98070db449ee322ae302d250c8a42fd5
size: 21484
outs:
- path: data/diffs/manage
hash: md5
md5: 4235a8f1b6c3e9c237923b4ebd41a028.dir
size: 106635975
nfiles: 547
diff@3:
cmd: "poetry run python3 -m traq.preprocessing diff --config_filename configs/compass.toml
--output_directory data\n"
deps:
- path: configs/compass.toml
hash: md5
md5: 0f63ef583ab91c22c1057c6ca50255b4
size: 382
- path: data/raw/COMPASS
hash: md5
md5: 0bc039b3bb2543198ba99a86cab3e035.dir
size: 19342212602
nfiles: 784
- path: traq/preprocessing/diff.py
hash: md5
md5: 98070db449ee322ae302d250c8a42fd5
size: 21484
outs:
- path: data/diffs/compass
hash: md5
md5: 7bc73c7a27b3a5793b83636b90c44bc8.dir
size: 1620627729
nfiles: 466
diff@4:
cmd: "poetry run python3 -m traq.preprocessing diff --config_filename configs/tips3.toml
--output_directory data\n"
deps:
- path: configs/tips3.toml
hash: md5
md5: ee71eadfa921b0a4e220f99cbafeb875
size: 281
- path: data/raw/TIPS3
hash: md5
md5: e59ef24e6d616dd9f33e93c5b076b975.dir
size: 6099536235
nfiles: 519
- path: traq/preprocessing/diff.py
hash: md5
md5: 98070db449ee322ae302d250c8a42fd5
size: 21484
outs:
- path: data/diffs/tips3
hash: md5
md5: 9147110e56f4f0ae7bc18a42935657ac.dir
size: 359291230
nfiles: 304
diff@5:
cmd: "poetry run python3 -m traq.preprocessing diff --config_filename configs/hope3.toml
--output_directory data\n"
deps:
- path: configs/hope3.toml
hash: md5
md5: 7b14f5bab5aa656f216955b1ba838499
size: 421
- path: data/raw/HOPE-3
hash: md5
md5: 26fe67d8bddebbff5094b0a624639be7.dir
size: 15900183949
nfiles: 867
- path: traq/preprocessing/diff.py
hash: md5
md5: 98070db449ee322ae302d250c8a42fd5
size: 21484
outs:
- path: data/diffs/hope3
hash: md5
md5: 865debb852da11a8f6e41965f6a540ef.dir
size: 1355417908
nfiles: 562
diff@6:
cmd: "poetry run python3 -m traq.preprocessing diff --config_filename configs/rely.toml
--output_directory data\n"
deps:
- path: configs/rely.toml
hash: md5
md5: 35e8bf165c3469d32cdefbcc17ca344b
size: 339
- path: data/raw/RE-LY
hash: md5
md5: 7556af1a154d2ff37760ddcf1373f773.dir
size: 10652239028
nfiles: 1058
- path: traq/preprocessing/diff.py
hash: md5
md5: 98070db449ee322ae302d250c8a42fd5
size: 21484
outs:
- path: data/diffs/rely
hash: md5
md5: 807871b52ddfff7e99c3d3fd704f41c6.dir
size: 1869746019
nfiles: 380
derive_labels@2:
cmd: "poetry run python3 -m traq.preprocessing derive_labels --config_filename
configs/manage.toml --output_directory data\n"
deps:
- path: configs/manage.toml
hash: md5
md5: aa4592eaa5fdc9825c96a4691b543947
size: 471
- path: data/diffs/manage
hash: md5
md5: 4235a8f1b6c3e9c237923b4ebd41a028.dir
size: 106635975
nfiles: 547
- path: traq/preprocessing/config.py
hash: md5
md5: be7de701513866335f2502499993222e
size: 1493
- path: traq/preprocessing/derive_labels.py
hash: md5
md5: 4a241791b783a21eeec2a8740e276008
size: 6209
outs:
- path: data/derived/manage
hash: md5
md5: 0c342de4d689e1464d8ec5c8948fe73a.dir
size: 68716484
nfiles: 5
derive_labels@3:
cmd: "poetry run python3 -m traq.preprocessing derive_labels --config_filename
configs/compass.toml --output_directory data\n"
deps:
- path: configs/compass.toml
hash: md5
md5: 0f63ef583ab91c22c1057c6ca50255b4
size: 382
- path: data/diffs/compass
hash: md5
md5: 7bc73c7a27b3a5793b83636b90c44bc8.dir
size: 1620627729
nfiles: 466
- path: traq/preprocessing/config.py
hash: md5
md5: be7de701513866335f2502499993222e
size: 1493
- path: traq/preprocessing/derive_labels.py
hash: md5
md5: 4a241791b783a21eeec2a8740e276008
size: 6209
outs:
- path: data/derived/compass
hash: md5
md5: e0ae096aba23bb52245f8d0ade511abc.dir
size: 1311381788
nfiles: 4
derive_labels@4:
cmd: "poetry run python3 -m traq.preprocessing derive_labels --config_filename
configs/tips3.toml --output_directory data\n"
deps:
- path: configs/tips3.toml
hash: md5
md5: ee71eadfa921b0a4e220f99cbafeb875
size: 281
- path: data/diffs/tips3
hash: md5
md5: 9147110e56f4f0ae7bc18a42935657ac.dir
size: 359291230
nfiles: 304
- path: traq/preprocessing/config.py
hash: md5
md5: be7de701513866335f2502499993222e
size: 1493
- path: traq/preprocessing/derive_labels.py
hash: md5
md5: 4a241791b783a21eeec2a8740e276008
size: 6209
outs:
- path: data/derived/tips3
hash: md5
md5: 497532d0a6056e7c462a19831ae90b5c.dir
size: 283882289
nfiles: 4
derive_labels@5:
cmd: "poetry run python3 -m traq.preprocessing derive_labels --config_filename
configs/hope3.toml --output_directory data\n"
deps:
- path: configs/hope3.toml
hash: md5
md5: 7b14f5bab5aa656f216955b1ba838499
size: 421
- path: data/diffs/hope3
hash: md5
md5: 865debb852da11a8f6e41965f6a540ef.dir
size: 1355417908
nfiles: 562
- path: traq/preprocessing/config.py
hash: md5
md5: be7de701513866335f2502499993222e
size: 1493
- path: traq/preprocessing/derive_labels.py
hash: md5
md5: 4a241791b783a21eeec2a8740e276008
size: 6209
outs:
- path: data/derived/hope3
hash: md5
md5: 2b4ac27980acb2ff562bee80c59b52d9.dir
size: 160479517
nfiles: 4
derive_labels@6:
cmd: "poetry run python3 -m traq.preprocessing derive_labels --config_filename
configs/rely.toml --output_directory data\n"
deps:
- path: configs/rely.toml
hash: md5
md5: 35e8bf165c3469d32cdefbcc17ca344b
size: 339
- path: data/diffs/rely
hash: md5
md5: 807871b52ddfff7e99c3d3fd704f41c6.dir
size: 1869746019
nfiles: 380
- path: traq/preprocessing/config.py
hash: md5
md5: be7de701513866335f2502499993222e
size: 1493
- path: traq/preprocessing/derive_labels.py
hash: md5
md5: 4a241791b783a21eeec2a8740e276008
size: 6209
outs:
- path: data/derived/rely
hash: md5
md5: 8d48b76fa383b28d9c45273d98883814.dir
size: 868736776
nfiles: 4
compare_od_models@0:
cmd: "poetry run python3 -W ignore -m traq.compare_unsupervised --input_directory
data/derived/hipattack --output_filename output/comparisons/hipattack.csv\n"
deps:
- path: data/derived/hipattack
hash: md5
md5: 0900341cfc5be6c09112cdf042224e3c.dir
size: 12554759
nfiles: 5
- path: traq/compare_unsupervised.py
hash: md5
md5: f7acd23d0d1015a75535aaa4d09b1370
size: 1378
- path: traq/data/base.py
hash: md5
md5: f31bf4ca4a944720d13ad3650f10bda4
size: 2364
- path: traq/data/pickle.py
hash: md5
md5: c1e903b6f23febc44cc5a914e45f8ab1
size: 2995
- path: traq/evaluation.py
hash: md5
md5: 5d617a30d1ebdb294b1824578ff1e817
size: 6984
- path: traq/grid.py
hash: md5
md5: 171c5f9f4cf14c8a5a7db0e78b5a1dbc
size: 1413
- path: traq/utils.py
hash: md5
md5: 90698dafb7649710c8db5d77e95dfa2d
size: 650
outs:
- path: output/comparisons/hipattack.csv
hash: md5
md5: c2a224c4fa6ce97fda9805ec4e2446f6
size: 22400
- path: output/comparisons/hipattack.pkl
hash: md5
md5: f733fb4c4ecc5e1f13e7eabc677401f2
size: 633569
compare_od_models@1:
cmd: "poetry run python3 -W ignore -m traq.compare_unsupervised --input_directory
data/derived/poise --output_filename output/comparisons/poise.csv\n"
deps:
- path: data/derived/poise
hash: md5
md5: 710fb064b0f225422ece9983c972fe59.dir
size: 83837690
nfiles: 5
- path: traq/compare_unsupervised.py
hash: md5
md5: f7acd23d0d1015a75535aaa4d09b1370
size: 1378
- path: traq/data/base.py
hash: md5
md5: f31bf4ca4a944720d13ad3650f10bda4
size: 2364
- path: traq/data/pickle.py
hash: md5
md5: c1e903b6f23febc44cc5a914e45f8ab1
size: 2995
- path: traq/evaluation.py
hash: md5
md5: 5d617a30d1ebdb294b1824578ff1e817
size: 6984
- path: traq/grid.py
hash: md5
md5: 171c5f9f4cf14c8a5a7db0e78b5a1dbc
size: 1413
- path: traq/utils.py
hash: md5
md5: 90698dafb7649710c8db5d77e95dfa2d
size: 650
outs:
- path: output/comparisons/poise.csv
hash: md5
md5: 2a51b3f3c036a97d5c5895c622b98dc6
size: 83797
- path: output/comparisons/poise.pkl
hash: md5
md5: a3b8d3864e6c824da382ad195ae20383
size: 9097723
compare_od_models@2:
cmd: "poetry run python3 -W ignore -m traq.compare_unsupervised --input_directory
data/derived/manage --output_filename output/comparisons/manage.csv\n"
deps:
- path: data/derived/manage
hash: md5
md5: 0c342de4d689e1464d8ec5c8948fe73a.dir
size: 68716484
nfiles: 5
- path: traq/compare_unsupervised.py
hash: md5
md5: f7acd23d0d1015a75535aaa4d09b1370
size: 1378
- path: traq/data/base.py
hash: md5
md5: f31bf4ca4a944720d13ad3650f10bda4
size: 2364
- path: traq/data/pickle.py
hash: md5
md5: c1e903b6f23febc44cc5a914e45f8ab1
size: 2995
- path: traq/evaluation.py
hash: md5
md5: 5d617a30d1ebdb294b1824578ff1e817
size: 6984
- path: traq/grid.py
hash: md5
md5: 171c5f9f4cf14c8a5a7db0e78b5a1dbc
size: 1413
- path: traq/utils.py
hash: md5
md5: 90698dafb7649710c8db5d77e95dfa2d
size: 650
outs:
- path: output/comparisons/manage.csv
hash: md5
md5: 0159e5700d5fa122696665cef466d43d
size: 187846
- path: output/comparisons/manage.pkl
hash: md5
md5: defe8c41cc3480352195452fbeb5f4ca
size: 1782064
compare_od_models@3:
cmd: "poetry run python3 -W ignore -m traq.compare_unsupervised --input_directory
data/derived/compass --output_filename output/comparisons/compass.csv\n"
deps:
- path: data/derived/compass
hash: md5
md5: e0ae096aba23bb52245f8d0ade511abc.dir
size: 1311381788
nfiles: 4
- path: traq/compare_unsupervised.py
hash: md5
md5: f7acd23d0d1015a75535aaa4d09b1370
size: 1378
- path: traq/data/base.py
hash: md5
md5: f31bf4ca4a944720d13ad3650f10bda4
size: 2364
- path: traq/data/pickle.py
hash: md5
md5: c1e903b6f23febc44cc5a914e45f8ab1
size: 2995
- path: traq/evaluation.py
hash: md5
md5: 5d617a30d1ebdb294b1824578ff1e817
size: 6984
- path: traq/grid.py
hash: md5
md5: 171c5f9f4cf14c8a5a7db0e78b5a1dbc
size: 1413
- path: traq/utils.py
hash: md5
md5: 90698dafb7649710c8db5d77e95dfa2d
size: 650
outs:
- path: output/comparisons/compass.csv
hash: md5
md5: 226aac62b5f3cc1a90aaa25725f3ed74
size: 248944
- path: output/comparisons/compass.pkl
hash: md5
md5: 53b1a619f3a6999228df295c088fba50
size: 38695348
compare_od_models@4:
cmd: "poetry run python3 -W ignore -m traq.compare_unsupervised --input_directory
data/derived/tips3 --output_filename output/comparisons/tips3.csv\n"
deps:
- path: data/derived/tips3
hash: md5
md5: 497532d0a6056e7c462a19831ae90b5c.dir
size: 283882289
nfiles: 4
- path: traq/compare_unsupervised.py
hash: md5
md5: f7acd23d0d1015a75535aaa4d09b1370
size: 1378
- path: traq/data/base.py
hash: md5
md5: f31bf4ca4a944720d13ad3650f10bda4
size: 2364
- path: traq/data/pickle.py
hash: md5
md5: c1e903b6f23febc44cc5a914e45f8ab1
size: 2995
- path: traq/evaluation.py
hash: md5
md5: 5d617a30d1ebdb294b1824578ff1e817
size: 6984
- path: traq/grid.py
hash: md5
md5: 171c5f9f4cf14c8a5a7db0e78b5a1dbc
size: 1413
- path: traq/utils.py
hash: md5
md5: 90698dafb7649710c8db5d77e95dfa2d
size: 650
outs:
- path: output/comparisons/tips3.csv
hash: md5
md5: 0bba2494d1b64e244739de323e0dc211
size: 120792
- path: output/comparisons/tips3.pkl
hash: md5
md5: 2581453852ae13078787c2118b44c6d2
size: 16610980
compare_od_models@5:
cmd: "poetry run python3 -W ignore -m traq.compare_unsupervised --input_directory
data/derived/hope3 --output_filename output/comparisons/hope3.csv\n"
deps:
- path: data/derived/hope3
hash: md5
md5: 2b4ac27980acb2ff562bee80c59b52d9.dir
size: 160479517
nfiles: 4
- path: traq/compare_unsupervised.py
hash: md5
md5: f7acd23d0d1015a75535aaa4d09b1370
size: 1378
- path: traq/data/base.py
hash: md5
md5: f31bf4ca4a944720d13ad3650f10bda4
size: 2364
- path: traq/data/pickle.py
hash: md5
md5: c1e903b6f23febc44cc5a914e45f8ab1
size: 2995
- path: traq/evaluation.py
hash: md5
md5: 5d617a30d1ebdb294b1824578ff1e817
size: 6984
- path: traq/grid.py
hash: md5
md5: 171c5f9f4cf14c8a5a7db0e78b5a1dbc
size: 1413
- path: traq/utils.py
hash: md5
md5: 90698dafb7649710c8db5d77e95dfa2d
size: 650
outs:
- path: output/comparisons/hope3.csv
hash: md5
md5: 65713e9aabebfcc215056c47be2709c9
size: 28518
- path: output/comparisons/hope3.pkl
hash: md5
md5: d5c45efb666a771b14a037e73c4d0223
size: 2246095
compare_od_models@6:
cmd: "poetry run python3 -W ignore -m traq.compare_unsupervised --input_directory
data/derived/rely --output_filename output/comparisons/rely.csv\n"
deps:
- path: data/derived/rely
hash: md5
md5: 8d48b76fa383b28d9c45273d98883814.dir
size: 868736776
nfiles: 4
- path: traq/compare_unsupervised.py
hash: md5
md5: f7acd23d0d1015a75535aaa4d09b1370
size: 1378
- path: traq/data/base.py
hash: md5
md5: f31bf4ca4a944720d13ad3650f10bda4
size: 2364
- path: traq/data/pickle.py
hash: md5
md5: c1e903b6f23febc44cc5a914e45f8ab1
size: 2995
- path: traq/evaluation.py
hash: md5
md5: 5d617a30d1ebdb294b1824578ff1e817
size: 6984
- path: traq/grid.py
hash: md5
md5: 171c5f9f4cf14c8a5a7db0e78b5a1dbc
size: 1413
- path: traq/utils.py
hash: md5
md5: 90698dafb7649710c8db5d77e95dfa2d
size: 650
outs:
- path: output/comparisons/rely.csv
hash: md5
md5: 5090f3b641b8c4338e51dbd08a3e27ed
size: 126966
- path: output/comparisons/rely.pkl
hash: md5
md5: 3e48ff99833449db27f38b7be472204c
size: 20983422
comparison_viz:
cmd: "mkdir -p output/viz && poetry run python3 -m traq.format_comparisons --input_directory
output/comparisons --output_directory output/viz > output/viz/summary.txt\n"
deps:
- path: output/comparisons
hash: md5
md5: d6618e305e05173482339ba03108e4c3.dir
size: 90868464
nfiles: 14
- path: traq/format_comparisons.py
hash: md5
md5: 971ab7347c8812f007b49d4c7ab7ca03
size: 9423
outs:
- path: output/viz
hash: md5
md5: d234eb070e4bf1dbecac6e7bc7ca8825.dir
size: 81239
nfiles: 8
explode_pickles@0:
cmd: "poetry run python3 -m traq.services.explode_pickles --input_directory data/derived/hipattack
--output_filename data/exploded/hipattack.pkl\n"
deps:
- path: data/derived/hipattack
hash: md5
md5: 064c5241ea715182676f14094d34cec8.dir
size: 12524188
nfiles: 5
- path: traq/services/explode_pickles.py
hash: md5
md5: be9cdc9a7008c2946be098d9d3256223
size: 1535
- path: traq/utils.py
hash: md5
md5: 9e1f19f13fe3b0a381daa7c83305d3b0
size: 557
outs:
- path: data/exploded/hipattack.pkl
hash: md5
md5: de22d2da85b1ba7ef2a6f22819d81062
size: 8971232
explode_pickles@1:
cmd: "poetry run python3 -m traq.services.explode_pickles --input_directory data/derived/poise
--output_filename data/exploded/poise.pkl\n"
deps:
- path: data/derived/poise
hash: md5
md5: c044acba88508fc9d9a908ddf07e615a.dir
size: 83474054
nfiles: 5
- path: traq/services/explode_pickles.py
hash: md5
md5: be9cdc9a7008c2946be098d9d3256223
size: 1535
- path: traq/utils.py
hash: md5
md5: 9e1f19f13fe3b0a381daa7c83305d3b0
size: 557
outs:
- path: data/exploded/poise.pkl
hash: md5
md5: d600ecc46876d6a2362634b38979e2e7
size: 72456504
explode_pickles@2:
cmd: "poetry run python3 -m traq.services.explode_pickles --input_directory data/derived/manage
--output_filename data/exploded/manage.pkl\n"
deps:
- path: data/derived/manage
hash: md5
md5: f174f0b2819cb32cfe15009a959377e7.dir
size: 68636679
nfiles: 5
- path: traq/services/explode_pickles.py
hash: md5
md5: be9cdc9a7008c2946be098d9d3256223
size: 1535
- path: traq/utils.py
hash: md5
md5: 9e1f19f13fe3b0a381daa7c83305d3b0
size: 557
outs:
- path: data/exploded/manage.pkl
hash: md5
md5: 0c895fcf09cbdcafdd3e5ab2b82012aa
size: 51811310
explode_pickles@3:
cmd: "poetry run python3 -m traq.services.explode_pickles --input_directory data/derived/compass
--output_filename data/exploded/compass.pkl\n"
deps:
- path: data/derived/compass
hash: md5
md5: be5aa867266bd6ad5e3d0d94272f73ee.dir
size: 1309620984
nfiles: 4
- path: traq/services/explode_pickles.py
hash: md5
md5: be9cdc9a7008c2946be098d9d3256223
size: 1535
- path: traq/utils.py
hash: md5
md5: 9e1f19f13fe3b0a381daa7c83305d3b0
size: 557
outs:
- path: data/exploded/compass.pkl
hash: md5
md5: 164491cfbdd39750fb83e0892b4f6c14
size: 916534245
explode_pickles@4:
cmd: "poetry run python3 -m traq.services.explode_pickles --input_directory data/derived/tips3
--output_filename data/exploded/tips3.pkl\n"
deps:
- path: data/derived/tips3
hash: md5
md5: 2b1995be11a49abc4f0848ede3cf66ec.dir
size: 283379036
nfiles: 4
- path: traq/services/explode_pickles.py
hash: md5
md5: be9cdc9a7008c2946be098d9d3256223
size: 1535
- path: traq/utils.py
hash: md5
md5: 9e1f19f13fe3b0a381daa7c83305d3b0
size: 557
outs:
- path: data/exploded/tips3.pkl
hash: md5
md5: c171058655464221005bdd93a6ce9cae
size: 217420599
explode_pickles@5:
cmd: "poetry run python3 -m traq.services.explode_pickles --input_directory data/derived/hope3
--output_filename data/exploded/hope3.pkl\n"
deps:
- path: data/derived/hope3
hash: md5
md5: 16e7c4aedd8ad79d1423186175b02075.dir
size: 160165978
nfiles: 4
- path: traq/services/explode_pickles.py
hash: md5
md5: be9cdc9a7008c2946be098d9d3256223
size: 1535
- path: traq/utils.py
hash: md5
md5: 9e1f19f13fe3b0a381daa7c83305d3b0
size: 557
outs:
- path: data/exploded/hope3.pkl
hash: md5
md5: d7b296971d93e8cbb3ed62d20880b359
size: 134805572
explode_pickles@6:
cmd: "poetry run python3 -m traq.services.explode_pickles --input_directory data/derived/rely
--output_filename data/exploded/rely.pkl\n"
deps:
- path: data/derived/rely
hash: md5
md5: 2f6c6a1e13e9e00085e5b4fc107ea9a3.dir
size: 866581996
nfiles: 4
- path: traq/services/explode_pickles.py
hash: md5
md5: be9cdc9a7008c2946be098d9d3256223
size: 1535
- path: traq/utils.py
hash: md5
md5: 9e1f19f13fe3b0a381daa7c83305d3b0
size: 557
outs:
- path: data/exploded/rely.pkl
hash: md5
md5: 9a6f82df071e1fabc241d05b965290f2
size: 671067859
compute_meta_features@0:
cmd: "python3.7 -W ignore -m traq.services.generate_metafeatures --input_filename
data/exploded/hipattack.pkl --output_filename data/metafeatures/hipattack.pkl\n"
deps:
- path: data/exploded/hipattack.pkl
hash: md5
md5: de22d2da85b1ba7ef2a6f22819d81062
size: 8971232
- path: traq/services/generate_metafeatures.py
hash: md5
md5: 787457a7f54bace78174e4ddcab53856
size: 1312
outs:
- path: data/metafeatures/hipattack.pkl
hash: md5
md5: 8a7c89ce769a3e685025f4db965b525e
size: 249779
compute_meta_features@1:
cmd: "python3.7 -W ignore -m traq.services.generate_metafeatures --input_filename
data/exploded/poise.pkl --output_filename data/metafeatures/poise.pkl\n"
deps:
- path: data/exploded/poise.pkl
hash: md5
md5: d600ecc46876d6a2362634b38979e2e7
size: 72456504
- path: traq/services/generate_metafeatures.py
hash: md5
md5: 787457a7f54bace78174e4ddcab53856
size: 1312
outs:
- path: data/metafeatures/poise.pkl
hash: md5
md5: 28c3e3e3a684b2d643b8758e24f08776
size: 989497
compute_meta_features@2:
cmd: "python3.7 -W ignore -m traq.services.generate_metafeatures --input_filename
data/exploded/manage.pkl --output_filename data/metafeatures/manage.pkl\n"
deps:
- path: data/exploded/manage.pkl
hash: md5
md5: 0c895fcf09cbdcafdd3e5ab2b82012aa
size: 51811310
- path: traq/services/generate_metafeatures.py
hash: md5
md5: 787457a7f54bace78174e4ddcab53856
size: 1312
outs:
- path: data/metafeatures/manage.pkl
hash: md5
md5: 3f2081e0c27a80996499b993d1a0401e
size: 2160990
compute_meta_features@3:
cmd: "python3.7 -W ignore -m traq.services.generate_metafeatures --input_filename
data/exploded/compass.pkl --output_filename data/metafeatures/compass.pkl\n"
deps:
- path: data/exploded/compass.pkl
hash: md5
md5: 164491cfbdd39750fb83e0892b4f6c14
size: 916534245
- path: traq/services/generate_metafeatures.py
hash: md5
md5: 787457a7f54bace78174e4ddcab53856
size: 1312
outs:
- path: data/metafeatures/compass.pkl
hash: md5
md5: e98fc12060685654352b23728076651e
size: 2422565
compute_meta_features@4:
cmd: "python3.7 -W ignore -m traq.services.generate_metafeatures --input_filename
data/exploded/tips3.pkl --output_filename data/metafeatures/tips3.pkl\n"
deps:
- path: data/exploded/tips3.pkl
hash: md5
md5: c171058655464221005bdd93a6ce9cae
size: 217420599
- path: traq/services/generate_metafeatures.py
hash: md5
md5: 787457a7f54bace78174e4ddcab53856
size: 1312
outs:
- path: data/metafeatures/tips3.pkl
hash: md5
md5: 65ae77f8168072fa05fc675e106f07e9
size: 1410132
compute_meta_features@5:
cmd: "python3.7 -W ignore -m traq.services.generate_metafeatures --input_filename
data/exploded/hope3.pkl --output_filename data/metafeatures/hope3.pkl\n"
deps:
- path: data/exploded/hope3.pkl
hash: md5
md5: d7b296971d93e8cbb3ed62d20880b359
size: 134805572
- path: traq/services/generate_metafeatures.py
hash: md5
md5: 787457a7f54bace78174e4ddcab53856
size: 1312
outs:
- path: data/metafeatures/hope3.pkl
hash: md5
md5: b3de797c578ed8226a715be79f6a6ab9
size: 636576
compute_meta_features@6:
cmd: "python3.7 -W ignore -m traq.services.generate_metafeatures --input_filename
data/exploded/rely.pkl --output_filename data/metafeatures/rely.pkl\n"
deps:
- path: data/exploded/rely.pkl
hash: md5
md5: 9a6f82df071e1fabc241d05b965290f2
size: 671067859
- path: traq/services/generate_metafeatures.py
hash: md5
md5: 787457a7f54bace78174e4ddcab53856
size: 1312
outs:
- path: data/metafeatures/rely.pkl
hash: md5
md5: c46a97f6d950acd60820f1db21b8e3c1
size: 1660447
fit_metaod_models@0:
cmd: "PYTHONPATH=. python3.7 traq/services/train_metaod.py --metafeatures_directory
data/metafeatures --performance_directory output/comparisons --output_filename
models/metaod/hipattack.pkl --exclude_from_training hipattack\n"
deps:
- path: data/metafeatures
hash: md5
md5: e20c4368cab042de0a1456e913300e9d.dir
size: 9530069
nfiles: 8
- path: output/comparisons
hash: md5
md5: d4429357ec9f5884e2c129b884116ba3.dir
size: 868920
nfiles: 7
- path: traq/services/train_metaod.py
hash: md5
md5: ad73edaf0e63873a16350f26391d92ee
size: 3801
outs:
- path: models/metaod/hipattack.pkl
hash: md5
md5: 91b8311c14e23a56e45001e6596988fe
size: 178966531
fit_metaod_models@1:
cmd: "PYTHONPATH=. python3.7 traq/services/train_metaod.py --metafeatures_directory
data/metafeatures --performance_directory output/comparisons --output_filename
models/metaod/poise.pkl --exclude_from_training poise\n"
deps:
- path: data/metafeatures
hash: md5
md5: e20c4368cab042de0a1456e913300e9d.dir
size: 9530069
nfiles: 8
- path: output/comparisons
hash: md5
md5: d4429357ec9f5884e2c129b884116ba3.dir
size: 868920
nfiles: 7
- path: traq/services/train_metaod.py
hash: md5
md5: ad73edaf0e63873a16350f26391d92ee
size: 3801
outs: