Unggi commited on
Commit
1b7db61
·
verified ·
1 Parent(s): 6e0d9fa

leap-kt: 4 dataset(s), 92 files

Browse files
README.md CHANGED
@@ -9,6 +9,7 @@ tags:
9
  datasets:
10
  - algebra2005
11
  - assist2009
 
12
  - dbe_kt22
13
  metrics:
14
  - auc
@@ -34,6 +35,7 @@ Every cell in the project runs under identical settings; a cell that cannot is r
34
  |---|---|---|---|---|---|
35
  | `algebra2005` | **0.8196** ± 0.0013 | 0.8144 | 0.8847 | — | — |
36
  | `assist2009` | **0.7618** ± 0.0014 | 0.7374 | 0.8162 | — | — |
 
37
  | `dbe_kt22` | **0.7947** ± 0.0007 | 0.7937 | 0.8737 | — | — |
38
 
39
  Per-fold values are in each dataset's `summary.json`. The mean is never reported without the spread — 0.75 ± 0.001 and 0.75 ± 0.09 are different claims.
 
9
  datasets:
10
  - algebra2005
11
  - assist2009
12
+ - assist2012
13
  - dbe_kt22
14
  metrics:
15
  - auc
 
35
  |---|---|---|---|---|---|
36
  | `algebra2005` | **0.8196** ± 0.0013 | 0.8144 | 0.8847 | — | — |
37
  | `assist2009` | **0.7618** ± 0.0014 | 0.7374 | 0.8162 | — | — |
38
+ | `assist2012` | **0.7323** ± 0.0002 | 0.7337 | 0.8269 | — | — |
39
  | `dbe_kt22` | **0.7947** ± 0.0007 | 0.7937 | 0.8737 | — | — |
40
 
41
  Per-fold values are in each dataset's `summary.json`. The mean is never reported without the spread — 0.75 ± 0.001 and 0.75 ± 0.09 are different claims.
assist2012/fold0/checkpoint/config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "AddressingTwoProblemsDeeModel"
4
+ ],
5
+ "dataset": "assist2012",
6
+ "dropout": 0.5,
7
+ "dtype": "float32",
8
+ "hidden_size": 200,
9
+ "input_level": "concept",
10
+ "lambda_r": 0.1,
11
+ "lambda_w1": 0.003,
12
+ "lambda_w2": 3.0,
13
+ "max_seq_len": 200,
14
+ "model_type": "addressingtwoproblemsdee",
15
+ "n_concepts": 265,
16
+ "n_questions": 53065,
17
+ "num_layers": 1,
18
+ "transformers_version": "5.14.1"
19
+ }
assist2012/fold0/checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fe0e2a40bc59181eb76553765410557b42bcfd910473dd57574e62d2f64f12a
3
+ size 1924084
assist2012/fold0/epochs.jsonl ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 0, "train_loss": 0.6080571960375533, "val_auc": 0.7130806608081961, "val_acc": 0.7268650211047899, "val_f1": 0.8240133499468633, "epochs_without_improvement": 0, "best_epoch": 0, "seconds": 53.276}
2
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 1, "train_loss": 0.589768131323059, "val_auc": 0.7178917556747095, "val_acc": 0.7287919801798495, "val_f1": 0.8253556039099073, "epochs_without_improvement": 0, "best_epoch": 1, "seconds": 57.85}
3
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 2, "train_loss": 0.5862597625198903, "val_auc": 0.7208447000266218, "val_acc": 0.7295283538263901, "val_f1": 0.8238919309691739, "epochs_without_improvement": 0, "best_epoch": 2, "seconds": 58.707}
4
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 3, "train_loss": 0.5839663644779313, "val_auc": 0.7225152563440171, "val_acc": 0.7304367773903468, "val_f1": 0.8246939439237836, "epochs_without_improvement": 0, "best_epoch": 3, "seconds": 74.619}
5
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 4, "train_loss": 0.5824102715521298, "val_auc": 0.723763343242745, "val_acc": 0.7311846210313819, "val_f1": 0.8250257574173896, "epochs_without_improvement": 0, "best_epoch": 4, "seconds": 63.998}
6
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 5, "train_loss": 0.581027576597449, "val_auc": 0.7247790906639235, "val_acc": 0.7316296568177647, "val_f1": 0.8255212527964206, "epochs_without_improvement": 0, "best_epoch": 5, "seconds": 54.495}
7
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 6, "train_loss": 0.5798240676854376, "val_auc": 0.7256342156499113, "val_acc": 0.7319852266470912, "val_f1": 0.8258384004317033, "epochs_without_improvement": 0, "best_epoch": 6, "seconds": 59.336}
8
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 7, "train_loss": 0.5787382631564034, "val_auc": 0.7264311582922953, "val_acc": 0.7320448706184621, "val_f1": 0.8254577350613177, "epochs_without_improvement": 0, "best_epoch": 7, "seconds": 57.416}
9
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 8, "train_loss": 0.5776725743978905, "val_auc": 0.7270459036604072, "val_acc": 0.7325679023674069, "val_f1": 0.8266769351081086, "epochs_without_improvement": 0, "best_epoch": 8, "seconds": 72.554}
10
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 9, "train_loss": 0.5767298741556737, "val_auc": 0.7275979574758105, "val_acc": 0.7326390163332721, "val_f1": 0.8263789368935076, "epochs_without_improvement": 0, "best_epoch": 9, "seconds": 61.933}
11
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 10, "train_loss": 0.5758300117628004, "val_auc": 0.7280247053141156, "val_acc": 0.732795008258396, "val_f1": 0.826633644503715, "epochs_without_improvement": 0, "best_epoch": 10, "seconds": 60.468}
12
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 11, "train_loss": 0.5748964090669669, "val_auc": 0.728367760725836, "val_acc": 0.7326367223343733, "val_f1": 0.8266586551689776, "epochs_without_improvement": 0, "best_epoch": 11, "seconds": 55.155}
13
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 12, "train_loss": 0.574027809354561, "val_auc": 0.7288965415020683, "val_acc": 0.7330427601394751, "val_f1": 0.8265020723380148, "epochs_without_improvement": 0, "best_epoch": 12, "seconds": 58.684}
14
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 13, "train_loss": 0.57313422905212, "val_auc": 0.729032933325877, "val_acc": 0.7332033400623967, "val_f1": 0.8267866876763007, "epochs_without_improvement": 0, "best_epoch": 13, "seconds": 73.498}
15
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 14, "train_loss": 0.5723009837063425, "val_auc": 0.7293045340456594, "val_acc": 0.7331758120756102, "val_f1": 0.8267249444335198, "epochs_without_improvement": 0, "best_epoch": 14, "seconds": 58.905}
16
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 15, "train_loss": 0.5713984686410799, "val_auc": 0.7294979845860835, "val_acc": 0.7333753899798128, "val_f1": 0.8268733773149561, "epochs_without_improvement": 0, "best_epoch": 15, "seconds": 62.476}
17
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 16, "train_loss": 0.5705469375556503, "val_auc": 0.7295677929971881, "val_acc": 0.733409799963296, "val_f1": 0.8267793528000119, "epochs_without_improvement": 0, "best_epoch": 16, "seconds": 56.97}
18
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 17, "train_loss": 0.5695673343331109, "val_auc": 0.7293844124849297, "val_acc": 0.7332400440447788, "val_f1": 0.8273443462199747, "epochs_without_improvement": 1, "best_epoch": 16, "seconds": 59.303}
19
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 18, "train_loss": 0.5687086756658059, "val_auc": 0.7294503065811158, "val_acc": 0.733331804000734, "val_f1": 0.8274667537402042, "epochs_without_improvement": 2, "best_epoch": 16, "seconds": 76.96}
20
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 19, "train_loss": 0.5678661782266835, "val_auc": 0.7291663627374203, "val_acc": 0.7332033400623967, "val_f1": 0.827167648955742, "epochs_without_improvement": 3, "best_epoch": 16, "seconds": 57.698}
21
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 20, "train_loss": 0.5669854161997961, "val_auc": 0.7291162931342596, "val_acc": 0.7331849880712057, "val_f1": 0.8271470268278039, "epochs_without_improvement": 4, "best_epoch": 16, "seconds": 58.941}
22
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 21, "train_loss": 0.565793380517662, "val_auc": 0.7288449755201941, "val_acc": 0.7331069921086438, "val_f1": 0.8275092143147308, "epochs_without_improvement": 5, "best_epoch": 16, "seconds": 58.947}
23
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 22, "train_loss": 0.5649936384733152, "val_auc": 0.7287396949800706, "val_acc": 0.7329899981648009, "val_f1": 0.827071847008467, "epochs_without_improvement": 6, "best_epoch": 16, "seconds": 58.542}
24
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 23, "train_loss": 0.5641434493780491, "val_auc": 0.728652485727926, "val_acc": 0.7329165902000367, "val_f1": 0.8270181365972374, "epochs_without_improvement": 7, "best_epoch": 16, "seconds": 71.896}
25
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 24, "train_loss": 0.563175707878365, "val_auc": 0.7283637555243054, "val_acc": 0.7330817581207562, "val_f1": 0.8272093164851713, "epochs_without_improvement": 8, "best_epoch": 16, "seconds": 58.046}
26
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 25, "train_loss": 0.5623397267413883, "val_auc": 0.7277955037818199, "val_acc": 0.7327399522848229, "val_f1": 0.8272059041641205, "epochs_without_improvement": 9, "best_epoch": 16, "seconds": 56.944}
27
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 0, "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067", "leap_kt_version": "0.1.0", "run_id": "19feace96af-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 26, "train_loss": 0.5619946180622787, "val_auc": 0.7276654835734837, "val_acc": 0.7326069003486878, "val_f1": 0.8269992846181018, "epochs_without_improvement": 10, "best_epoch": 16, "seconds": 58.595}
assist2012/fold0/run.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "addressingtwoproblemsdee",
3
+ "dataset": "assist2012",
4
+ "fold": 0,
5
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
6
+ "leap_kt_version": "0.1.0",
7
+ "run_id": "19feace96af-2c0127",
8
+ "device": "cuda:NVIDIA GeForce RTX 3090",
9
+ "hardware": {
10
+ "device": "cuda",
11
+ "accelerator": "NVIDIA GeForce RTX 3090",
12
+ "torch_version": "2.9.1+cu128",
13
+ "cuda_version": "12.8",
14
+ "cpu": "x86_64",
15
+ "platform": "Linux 5.15.0-140-generic"
16
+ },
17
+ "protocol": {
18
+ "test_ratio": 0.2,
19
+ "n_folds": 5,
20
+ "early_stopping_patience": 10,
21
+ "early_stopping_metric": "auc",
22
+ "max_epochs": 200,
23
+ "primary_metric": "auc",
24
+ "secondary_metrics": [
25
+ "acc",
26
+ "f1"
27
+ ],
28
+ "validation_source": "held_out_fold",
29
+ "seed": 0,
30
+ "is_deviation": false,
31
+ "deviation_reason": ""
32
+ },
33
+ "protocol_description": "80%/20% user-level split, 5-fold CV (validation = held_out_fold), max 200 epochs, early stop patience 10 on auc, metrics auc + acc/f1"
34
+ }
assist2012/fold1/checkpoint/config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "AddressingTwoProblemsDeeModel"
4
+ ],
5
+ "dataset": "assist2012",
6
+ "dropout": 0.5,
7
+ "dtype": "float32",
8
+ "hidden_size": 200,
9
+ "input_level": "concept",
10
+ "lambda_r": 0.1,
11
+ "lambda_w1": 0.003,
12
+ "lambda_w2": 3.0,
13
+ "max_seq_len": 200,
14
+ "model_type": "addressingtwoproblemsdee",
15
+ "n_concepts": 265,
16
+ "n_questions": 53065,
17
+ "num_layers": 1,
18
+ "transformers_version": "5.14.1"
19
+ }
assist2012/fold1/checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08bc0a1d2c9873291c897242c4d78be91dba8d56fddf66aab10df755427cf029
3
+ size 1924084
assist2012/fold1/epochs.jsonl ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 0, "train_loss": 0.6088352171485527, "val_auc": 0.7151293200484707, "val_acc": 0.7279155421568156, "val_f1": 0.8239629152411843, "epochs_without_improvement": 0, "best_epoch": 0, "seconds": 73.798}
2
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 1, "train_loss": 0.5905709497818799, "val_auc": 0.7179126971928582, "val_acc": 0.7293759742890694, "val_f1": 0.8254455255503551, "epochs_without_improvement": 0, "best_epoch": 1, "seconds": 63.444}
3
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 2, "train_loss": 0.5868834531679196, "val_auc": 0.7217047305436095, "val_acc": 0.7310813378290837, "val_f1": 0.8255188955970919, "epochs_without_improvement": 0, "best_epoch": 2, "seconds": 57.059}
4
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 3, "train_loss": 0.5847204991825268, "val_auc": 0.7242513491730932, "val_acc": 0.7320313054386218, "val_f1": 0.8251032372574447, "epochs_without_improvement": 0, "best_epoch": 3, "seconds": 59.952}
5
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 4, "train_loss": 0.5830285273724821, "val_auc": 0.7260050867558668, "val_acc": 0.7328279047834875, "val_f1": 0.825853157787937, "epochs_without_improvement": 0, "best_epoch": 4, "seconds": 58.242}
6
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 5, "train_loss": 0.5818071407867931, "val_auc": 0.7271838980168379, "val_acc": 0.733427643370714, "val_f1": 0.8264600253334327, "epochs_without_improvement": 0, "best_epoch": 5, "seconds": 60.422}
7
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 6, "train_loss": 0.5805430962284819, "val_auc": 0.7281434143288115, "val_acc": 0.73372522358575, "val_f1": 0.8271888853234451, "epochs_without_improvement": 0, "best_epoch": 6, "seconds": 72.701}
8
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 7, "train_loss": 0.5796283601297489, "val_auc": 0.7289087837794908, "val_acc": 0.7341715939083041, "val_f1": 0.8279307805487356, "epochs_without_improvement": 0, "best_epoch": 7, "seconds": 59.028}
9
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 8, "train_loss": 0.5786875692731736, "val_auc": 0.7295092946533548, "val_acc": 0.7344371270232594, "val_f1": 0.8279634789597702, "epochs_without_improvement": 0, "best_epoch": 8, "seconds": 57.718}
10
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 9, "train_loss": 0.5778808454702017, "val_auc": 0.7300544024791746, "val_acc": 0.7344737522804945, "val_f1": 0.8281319684288041, "epochs_without_improvement": 0, "best_epoch": 9, "seconds": 59.198}
11
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 10, "train_loss": 0.5768298898196681, "val_auc": 0.7303499951255582, "val_acc": 0.734741574474027, "val_f1": 0.8285276282417423, "epochs_without_improvement": 0, "best_epoch": 10, "seconds": 58.674}
12
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 11, "train_loss": 0.5760226520705541, "val_auc": 0.7308110349069938, "val_acc": 0.7348651847171958, "val_f1": 0.8286222427395347, "epochs_without_improvement": 0, "best_epoch": 11, "seconds": 66.027}
13
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 12, "train_loss": 0.5749962992777973, "val_auc": 0.7313021126272339, "val_acc": 0.734981927724633, "val_f1": 0.8284202211456239, "epochs_without_improvement": 0, "best_epoch": 12, "seconds": 65.469}
14
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 13, "train_loss": 0.5741839695384209, "val_auc": 0.7314442434317188, "val_acc": 0.7349636150960154, "val_f1": 0.8288400957335308, "epochs_without_improvement": 0, "best_epoch": 13, "seconds": 58.768}
15
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 14, "train_loss": 0.573297588423138, "val_auc": 0.7317792067873541, "val_acc": 0.7350666236319894, "val_f1": 0.8286104381511997, "epochs_without_improvement": 0, "best_epoch": 14, "seconds": 58.85}
16
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 15, "train_loss": 0.5724811747028073, "val_auc": 0.7316211103970106, "val_acc": 0.734993373117519, "val_f1": 0.8288195840923608, "epochs_without_improvement": 1, "best_epoch": 14, "seconds": 60.224}
17
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 16, "train_loss": 0.5715205001175669, "val_auc": 0.7317339065401172, "val_acc": 0.735336734904099, "val_f1": 0.829083329637678, "epochs_without_improvement": 2, "best_epoch": 14, "seconds": 63.463}
18
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 17, "train_loss": 0.570568880744356, "val_auc": 0.7319253698986887, "val_acc": 0.7351558976965002, "val_f1": 0.8288949654459491, "epochs_without_improvement": 0, "best_epoch": 17, "seconds": 57.803}
19
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 18, "train_loss": 0.5696951130524078, "val_auc": 0.7316992826151312, "val_acc": 0.7350643345534122, "val_f1": 0.8285604672486043, "epochs_without_improvement": 1, "best_epoch": 17, "seconds": 64.226}
20
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 19, "train_loss": 0.5688424471760222, "val_auc": 0.7318291159422603, "val_acc": 0.7348491611671554, "val_f1": 0.8282828582314022, "epochs_without_improvement": 2, "best_epoch": 17, "seconds": 58.748}
21
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 20, "train_loss": 0.567979599976079, "val_auc": 0.7314833206689466, "val_acc": 0.7348056686741886, "val_f1": 0.8281856660230229, "epochs_without_improvement": 3, "best_epoch": 17, "seconds": 59.289}
22
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 21, "train_loss": 0.5671324694493196, "val_auc": 0.7314549831667738, "val_acc": 0.734947591545975, "val_f1": 0.8283214077081152, "epochs_without_improvement": 4, "best_epoch": 17, "seconds": 67.173}
23
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 22, "train_loss": 0.5660565085432328, "val_auc": 0.7309268988416183, "val_acc": 0.7347438635526041, "val_f1": 0.8276920377510554, "epochs_without_improvement": 5, "best_epoch": 17, "seconds": 57.473}
24
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 23, "train_loss": 0.5650579882854869, "val_auc": 0.7310461100335883, "val_acc": 0.7350002403532506, "val_f1": 0.8280891518280757, "epochs_without_improvement": 6, "best_epoch": 17, "seconds": 59.231}
25
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 24, "train_loss": 0.5644791621332891, "val_auc": 0.7309619297285499, "val_acc": 0.7350231311390226, "val_f1": 0.8280876633068438, "epochs_without_improvement": 7, "best_epoch": 17, "seconds": 65.568}
26
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 25, "train_loss": 0.5632540388323399, "val_auc": 0.7302976361528664, "val_acc": 0.7350689127105666, "val_f1": 0.8282163514843329, "epochs_without_improvement": 8, "best_epoch": 17, "seconds": 58.346}
27
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 26, "train_loss": 0.5622233653670788, "val_auc": 0.7300444962121175, "val_acc": 0.7345767608164685, "val_f1": 0.8274595701369586, "epochs_without_improvement": 9, "best_epoch": 17, "seconds": 70.211}
28
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 1, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feae8268e-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 27, "train_loss": 0.5617339108000893, "val_auc": 0.730269932219977, "val_acc": 0.7345195338520385, "val_f1": 0.8273337273684164, "epochs_without_improvement": 10, "best_epoch": 17, "seconds": 55.095}
assist2012/fold1/run.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "addressingtwoproblemsdee",
3
+ "dataset": "assist2012",
4
+ "fold": 1,
5
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
6
+ "leap_kt_version": "0.1.0",
7
+ "run_id": "19feae8268e-2c0127",
8
+ "device": "cuda:NVIDIA GeForce RTX 3090",
9
+ "hardware": {
10
+ "device": "cuda",
11
+ "accelerator": "NVIDIA GeForce RTX 3090",
12
+ "torch_version": "2.9.1+cu128",
13
+ "cuda_version": "12.8",
14
+ "cpu": "x86_64",
15
+ "platform": "Linux 5.15.0-140-generic"
16
+ },
17
+ "protocol": {
18
+ "test_ratio": 0.2,
19
+ "n_folds": 5,
20
+ "early_stopping_patience": 10,
21
+ "early_stopping_metric": "auc",
22
+ "max_epochs": 200,
23
+ "primary_metric": "auc",
24
+ "secondary_metrics": [
25
+ "acc",
26
+ "f1"
27
+ ],
28
+ "validation_source": "held_out_fold",
29
+ "seed": 0,
30
+ "is_deviation": false,
31
+ "deviation_reason": ""
32
+ },
33
+ "protocol_description": "80%/20% user-level split, 5-fold CV (validation = held_out_fold), max 200 epochs, early stop patience 10 on auc, metrics auc + acc/f1"
34
+ }
assist2012/fold2/checkpoint/config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "AddressingTwoProblemsDeeModel"
4
+ ],
5
+ "dataset": "assist2012",
6
+ "dropout": 0.5,
7
+ "dtype": "float32",
8
+ "hidden_size": 200,
9
+ "input_level": "concept",
10
+ "lambda_r": 0.1,
11
+ "lambda_w1": 0.003,
12
+ "lambda_w2": 3.0,
13
+ "max_seq_len": 200,
14
+ "model_type": "addressingtwoproblemsdee",
15
+ "n_concepts": 265,
16
+ "n_questions": 53065,
17
+ "num_layers": 1,
18
+ "transformers_version": "5.14.1"
19
+ }
assist2012/fold2/checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff4d70ecfeeea4d2a938a2980c91b30d3f6ab8efc19ea588ed4c478eb464e1df
3
+ size 1924084
assist2012/fold2/epochs.jsonl ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 0, "train_loss": 0.6080905971081392, "val_auc": 0.7117975401361968, "val_acc": 0.7251575500212558, "val_f1": 0.8225989075355322, "epochs_without_improvement": 0, "best_epoch": 0, "seconds": 58.164}
2
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 1, "train_loss": 0.5891625295760724, "val_auc": 0.7174189997096314, "val_acc": 0.7273298483128483, "val_f1": 0.8250067832638517, "epochs_without_improvement": 0, "best_epoch": 1, "seconds": 62.084}
3
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 2, "train_loss": 0.5855439072723558, "val_auc": 0.7207730424838211, "val_acc": 0.7285047580339999, "val_f1": 0.8252749433277011, "epochs_without_improvement": 0, "best_epoch": 2, "seconds": 67.821}
4
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 3, "train_loss": 0.5831768122731047, "val_auc": 0.7228505593217588, "val_acc": 0.7292779093614378, "val_f1": 0.8246307669727658, "epochs_without_improvement": 0, "best_epoch": 3, "seconds": 64.142}
5
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 4, "train_loss": 0.5815396309783267, "val_auc": 0.7239529898253068, "val_acc": 0.7298852185612378, "val_f1": 0.8244834646458055, "epochs_without_improvement": 0, "best_epoch": 4, "seconds": 56.295}
6
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 5, "train_loss": 0.5803016865465691, "val_auc": 0.7250532718313071, "val_acc": 0.7302192386211278, "val_f1": 0.8241761252922837, "epochs_without_improvement": 0, "best_epoch": 5, "seconds": 59.126}
7
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 6, "train_loss": 0.5791092518529128, "val_auc": 0.7257364499300472, "val_acc": 0.7303313572426293, "val_f1": 0.8236478394759996, "epochs_without_improvement": 0, "best_epoch": 6, "seconds": 58.092}
8
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 7, "train_loss": 0.5780189839863282, "val_auc": 0.7264361366283137, "val_acc": 0.7306957427625094, "val_f1": 0.8236102271614609, "epochs_without_improvement": 0, "best_epoch": 7, "seconds": 73.687}
9
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 8, "train_loss": 0.5769873855729485, "val_auc": 0.7271984091315894, "val_acc": 0.7305929673594663, "val_f1": 0.8233494048238977, "epochs_without_improvement": 0, "best_epoch": 8, "seconds": 66.214}
10
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 9, "train_loss": 0.5761244461073012, "val_auc": 0.7277523258550386, "val_acc": 0.7309176442008979, "val_f1": 0.8236003901650238, "epochs_without_improvement": 0, "best_epoch": 9, "seconds": 53.949}
11
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 10, "train_loss": 0.5751746431744771, "val_auc": 0.7280732602719093, "val_acc": 0.7308545774763032, "val_f1": 0.8231379182258842, "epochs_without_improvement": 0, "best_epoch": 10, "seconds": 59.163}
12
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 11, "train_loss": 0.5742900676207302, "val_auc": 0.7288261000153271, "val_acc": 0.7313894767330502, "val_f1": 0.82365695936797, "epochs_without_improvement": 0, "best_epoch": 11, "seconds": 59.09}
13
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 12, "train_loss": 0.5734215376550437, "val_auc": 0.7293409395712501, "val_acc": 0.7314595508714887, "val_f1": 0.8235541483583524, "epochs_without_improvement": 0, "best_epoch": 12, "seconds": 64.122}
14
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 13, "train_loss": 0.5726067817352646, "val_auc": 0.7295359149894268, "val_acc": 0.7317164893790964, "val_f1": 0.8241854627000467, "epochs_without_improvement": 0, "best_epoch": 13, "seconds": 71.524}
15
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 14, "train_loss": 0.5715816078447801, "val_auc": 0.7297093739186216, "val_acc": 0.7319056895528803, "val_f1": 0.8245085057780578, "epochs_without_improvement": 0, "best_epoch": 14, "seconds": 55.988}
16
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 15, "train_loss": 0.5707209230972681, "val_auc": 0.729832380665105, "val_acc": 0.7317468548390864, "val_f1": 0.8241749493242209, "epochs_without_improvement": 0, "best_epoch": 15, "seconds": 57.433}
17
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 16, "train_loss": 0.5698994985762265, "val_auc": 0.7297388966715967, "val_acc": 0.7319337192082557, "val_f1": 0.8248503588031146, "epochs_without_improvement": 1, "best_epoch": 15, "seconds": 59.196}
18
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 17, "train_loss": 0.5689533290505763, "val_auc": 0.7298925268991243, "val_acc": 0.7320388304159133, "val_f1": 0.8252090059589744, "epochs_without_improvement": 0, "best_epoch": 17, "seconds": 65.436}
19
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 18, "train_loss": 0.568073236977665, "val_auc": 0.7297954439788714, "val_acc": 0.7320762032897472, "val_f1": 0.8248437454665952, "epochs_without_improvement": 1, "best_epoch": 17, "seconds": 66.77}
20
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 19, "train_loss": 0.5671509424285295, "val_auc": 0.7297406641853814, "val_acc": 0.7320108007605379, "val_f1": 0.8247645958226737, "epochs_without_improvement": 2, "best_epoch": 17, "seconds": 63.745}
21
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 20, "train_loss": 0.5661799465955542, "val_auc": 0.7296266443923447, "val_acc": 0.7322747466819896, "val_f1": 0.8257936845688995, "epochs_without_improvement": 3, "best_epoch": 17, "seconds": 58.823}
22
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 21, "train_loss": 0.5651601756804068, "val_auc": 0.729323317315038, "val_acc": 0.7318799957021195, "val_f1": 0.8257055700058156, "epochs_without_improvement": 4, "best_epoch": 17, "seconds": 58.856}
23
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 22, "train_loss": 0.5642732746611717, "val_auc": 0.7290711752857555, "val_acc": 0.7320645242666741, "val_f1": 0.8252803392401824, "epochs_without_improvement": 5, "best_epoch": 17, "seconds": 59.218}
24
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 23, "train_loss": 0.5633898150142647, "val_auc": 0.7286352858289437, "val_acc": 0.7319921143236211, "val_f1": 0.8257541128249675, "epochs_without_improvement": 6, "best_epoch": 17, "seconds": 58.625}
25
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 24, "train_loss": 0.5624980242033033, "val_auc": 0.7281984409883938, "val_acc": 0.731566997883761, "val_f1": 0.8248718781001843, "epochs_without_improvement": 7, "best_epoch": 17, "seconds": 57.745}
26
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 25, "train_loss": 0.5614721057411471, "val_auc": 0.7279375559820026, "val_acc": 0.7318356154144419, "val_f1": 0.8256716907443794, "epochs_without_improvement": 8, "best_epoch": 17, "seconds": 55.493}
27
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 26, "train_loss": 0.5603932747589728, "val_auc": 0.7273261056696858, "val_acc": 0.7318029141498372, "val_f1": 0.8259654356017546, "epochs_without_improvement": 9, "best_epoch": 17, "seconds": 46.213}
28
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 2, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb02cdeb-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 27, "train_loss": 0.5597089452984071, "val_auc": 0.7266187588172712, "val_acc": 0.7310951653516087, "val_f1": 0.825148654703412, "epochs_without_improvement": 10, "best_epoch": 17, "seconds": 45.744}
assist2012/fold2/run.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "addressingtwoproblemsdee",
3
+ "dataset": "assist2012",
4
+ "fold": 2,
5
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
6
+ "leap_kt_version": "0.1.0",
7
+ "run_id": "19feb02cdeb-2c0127",
8
+ "device": "cuda:NVIDIA GeForce RTX 3090",
9
+ "hardware": {
10
+ "device": "cuda",
11
+ "accelerator": "NVIDIA GeForce RTX 3090",
12
+ "torch_version": "2.9.1+cu128",
13
+ "cuda_version": "12.8",
14
+ "cpu": "x86_64",
15
+ "platform": "Linux 5.15.0-140-generic"
16
+ },
17
+ "protocol": {
18
+ "test_ratio": 0.2,
19
+ "n_folds": 5,
20
+ "early_stopping_patience": 10,
21
+ "early_stopping_metric": "auc",
22
+ "max_epochs": 200,
23
+ "primary_metric": "auc",
24
+ "secondary_metrics": [
25
+ "acc",
26
+ "f1"
27
+ ],
28
+ "validation_source": "held_out_fold",
29
+ "seed": 0,
30
+ "is_deviation": false,
31
+ "deviation_reason": ""
32
+ },
33
+ "protocol_description": "80%/20% user-level split, 5-fold CV (validation = held_out_fold), max 200 epochs, early stop patience 10 on auc, metrics auc + acc/f1"
34
+ }
assist2012/fold3/checkpoint/config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "AddressingTwoProblemsDeeModel"
4
+ ],
5
+ "dataset": "assist2012",
6
+ "dropout": 0.5,
7
+ "dtype": "float32",
8
+ "hidden_size": 200,
9
+ "input_level": "concept",
10
+ "lambda_r": 0.1,
11
+ "lambda_w1": 0.003,
12
+ "lambda_w2": 3.0,
13
+ "max_seq_len": 200,
14
+ "model_type": "addressingtwoproblemsdee",
15
+ "n_concepts": 265,
16
+ "n_questions": 53065,
17
+ "num_layers": 1,
18
+ "transformers_version": "5.14.1"
19
+ }
assist2012/fold3/checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83ddced1b8dea60b14f03ebf097d517afafc50cee3c5a384b8f525169945a6b1
3
+ size 1924084
assist2012/fold3/epochs.jsonl ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 0, "train_loss": 0.6090228862674149, "val_auc": 0.7139593774058386, "val_acc": 0.7278355733943311, "val_f1": 0.8230102511389292, "epochs_without_improvement": 0, "best_epoch": 0, "seconds": 56.726}
2
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 1, "train_loss": 0.5901496648788452, "val_auc": 0.7185783011634155, "val_acc": 0.7299152605100606, "val_f1": 0.8248134146322577, "epochs_without_improvement": 0, "best_epoch": 1, "seconds": 58.792}
3
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 2, "train_loss": 0.5867689673547392, "val_auc": 0.7213449590681023, "val_acc": 0.7319089904086071, "val_f1": 0.8273226396813436, "epochs_without_improvement": 0, "best_epoch": 2, "seconds": 57.921}
4
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 3, "train_loss": 0.5845395399464501, "val_auc": 0.7228454748257734, "val_acc": 0.733088514444394, "val_f1": 0.8284854194348209, "epochs_without_improvement": 0, "best_epoch": 3, "seconds": 61.568}
5
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 4, "train_loss": 0.5828468671109941, "val_auc": 0.7242163894985176, "val_acc": 0.7334944235255353, "val_f1": 0.8285215638558067, "epochs_without_improvement": 0, "best_epoch": 4, "seconds": 54.618}
6
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 5, "train_loss": 0.5816336901982625, "val_auc": 0.7254573907969133, "val_acc": 0.7337642336794703, "val_f1": 0.828430791766746, "epochs_without_improvement": 0, "best_epoch": 5, "seconds": 58.87}
7
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 6, "train_loss": 0.5803598512543572, "val_auc": 0.7263316512142977, "val_acc": 0.7342990785863858, "val_f1": 0.8285242754053092, "epochs_without_improvement": 0, "best_epoch": 6, "seconds": 58.581}
8
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 7, "train_loss": 0.5793909411077146, "val_auc": 0.7271965671149979, "val_acc": 0.7346118673489123, "val_f1": 0.8282749627652014, "epochs_without_improvement": 0, "best_epoch": 7, "seconds": 58.211}
9
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 8, "train_loss": 0.5783432492503413, "val_auc": 0.7276338448715406, "val_acc": 0.7351323860529639, "val_f1": 0.8289511015715589, "epochs_without_improvement": 0, "best_epoch": 8, "seconds": 58.498}
10
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 9, "train_loss": 0.5773463855407857, "val_auc": 0.7284731559368396, "val_acc": 0.7353210143906708, "val_f1": 0.8293678586436676, "epochs_without_improvement": 0, "best_epoch": 9, "seconds": 54.628}
11
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 10, "train_loss": 0.5764171419761799, "val_auc": 0.7291706980967444, "val_acc": 0.7354547256173997, "val_f1": 0.8292143041016622, "epochs_without_improvement": 0, "best_epoch": 10, "seconds": 61.043}
12
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 11, "train_loss": 0.5755127853375894, "val_auc": 0.7293782080479188, "val_acc": 0.7355359074336278, "val_f1": 0.8292093215464774, "epochs_without_improvement": 0, "best_epoch": 11, "seconds": 58.647}
13
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 12, "train_loss": 0.5746642164830809, "val_auc": 0.729749930044719, "val_acc": 0.7357054341675163, "val_f1": 0.8290512491042527, "epochs_without_improvement": 0, "best_epoch": 12, "seconds": 58.858}
14
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 13, "train_loss": 0.5737348595813468, "val_auc": 0.7299749431769598, "val_acc": 0.7359824074228832, "val_f1": 0.8295899024457903, "epochs_without_improvement": 0, "best_epoch": 13, "seconds": 57.648}
15
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 14, "train_loss": 0.5728796123575282, "val_auc": 0.7302009965157922, "val_acc": 0.7360086721281336, "val_f1": 0.8292618896502095, "epochs_without_improvement": 0, "best_epoch": 14, "seconds": 56.217}
16
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 15, "train_loss": 0.5720406547299138, "val_auc": 0.730364407889085, "val_acc": 0.7358439207951998, "val_f1": 0.8292900458283827, "epochs_without_improvement": 0, "best_epoch": 15, "seconds": 57.396}
17
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 16, "train_loss": 0.5710923714107937, "val_auc": 0.7302664353853074, "val_acc": 0.7356385785541518, "val_f1": 0.8295707481966991, "epochs_without_improvement": 1, "best_epoch": 15, "seconds": 61.017}
18
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 17, "train_loss": 0.5702646108909889, "val_auc": 0.730598691198858, "val_acc": 0.7358367576937679, "val_f1": 0.8295455420847719, "epochs_without_improvement": 0, "best_epoch": 17, "seconds": 58.697}
19
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 18, "train_loss": 0.5692281847529941, "val_auc": 0.7303212312195781, "val_acc": 0.7355191935302868, "val_f1": 0.8295000815803814, "epochs_without_improvement": 1, "best_epoch": 17, "seconds": 58.95}
20
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 19, "train_loss": 0.568420871231291, "val_auc": 0.7304383704307902, "val_acc": 0.735805717587563, "val_f1": 0.8293122385259962, "epochs_without_improvement": 2, "best_epoch": 17, "seconds": 58.511}
21
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 20, "train_loss": 0.5676047386946501, "val_auc": 0.7302412762734354, "val_acc": 0.7355621721388782, "val_f1": 0.829112713088346, "epochs_without_improvement": 3, "best_epoch": 17, "seconds": 54.105}
22
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 21, "train_loss": 0.566647106938892, "val_auc": 0.7302201564946604, "val_acc": 0.7357054341675163, "val_f1": 0.8292195228823314, "epochs_without_improvement": 4, "best_epoch": 17, "seconds": 61.925}
23
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 22, "train_loss": 0.5654572838765604, "val_auc": 0.7299163339242571, "val_acc": 0.7356624555589248, "val_f1": 0.8294659141322029, "epochs_without_improvement": 5, "best_epoch": 17, "seconds": 61.728}
24
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 23, "train_loss": 0.5648992641766866, "val_auc": 0.7300310442042036, "val_acc": 0.7358725732009274, "val_f1": 0.8291176588717626, "epochs_without_improvement": 6, "best_epoch": 17, "seconds": 58.879}
25
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 24, "train_loss": 0.56366177422029, "val_auc": 0.7295313811559473, "val_acc": 0.735648129356061, "val_f1": 0.8288106083799522, "epochs_without_improvement": 7, "best_epoch": 17, "seconds": 58.949}
26
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 25, "train_loss": 0.5628753616191723, "val_auc": 0.7290630098679042, "val_acc": 0.7355024796269457, "val_f1": 0.8284879535140809, "epochs_without_improvement": 8, "best_epoch": 17, "seconds": 53.629}
27
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 26, "train_loss": 0.561703197867782, "val_auc": 0.7289496996171647, "val_acc": 0.7354857657236046, "val_f1": 0.8281133146937344, "epochs_without_improvement": 9, "best_epoch": 17, "seconds": 55.371}
28
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 3, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb1ccccf-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 27, "train_loss": 0.5608800208568573, "val_auc": 0.7283356800193139, "val_acc": 0.7350631427391222, "val_f1": 0.8278400213495193, "epochs_without_improvement": 10, "best_epoch": 17, "seconds": 60.105}
assist2012/fold3/run.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "addressingtwoproblemsdee",
3
+ "dataset": "assist2012",
4
+ "fold": 3,
5
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
6
+ "leap_kt_version": "0.1.0",
7
+ "run_id": "19feb1ccccf-2c0127",
8
+ "device": "cuda:NVIDIA GeForce RTX 3090",
9
+ "hardware": {
10
+ "device": "cuda",
11
+ "accelerator": "NVIDIA GeForce RTX 3090",
12
+ "torch_version": "2.9.1+cu128",
13
+ "cuda_version": "12.8",
14
+ "cpu": "x86_64",
15
+ "platform": "Linux 5.15.0-140-generic"
16
+ },
17
+ "protocol": {
18
+ "test_ratio": 0.2,
19
+ "n_folds": 5,
20
+ "early_stopping_patience": 10,
21
+ "early_stopping_metric": "auc",
22
+ "max_epochs": 200,
23
+ "primary_metric": "auc",
24
+ "secondary_metrics": [
25
+ "acc",
26
+ "f1"
27
+ ],
28
+ "validation_source": "held_out_fold",
29
+ "seed": 0,
30
+ "is_deviation": false,
31
+ "deviation_reason": ""
32
+ },
33
+ "protocol_description": "80%/20% user-level split, 5-fold CV (validation = held_out_fold), max 200 epochs, early stop patience 10 on auc, metrics auc + acc/f1"
34
+ }
assist2012/fold4/checkpoint/config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "AddressingTwoProblemsDeeModel"
4
+ ],
5
+ "dataset": "assist2012",
6
+ "dropout": 0.5,
7
+ "dtype": "float32",
8
+ "hidden_size": 200,
9
+ "input_level": "concept",
10
+ "lambda_r": 0.1,
11
+ "lambda_w1": 0.003,
12
+ "lambda_w2": 3.0,
13
+ "max_seq_len": 200,
14
+ "model_type": "addressingtwoproblemsdee",
15
+ "n_concepts": 265,
16
+ "n_questions": 53065,
17
+ "num_layers": 1,
18
+ "transformers_version": "5.14.1"
19
+ }
assist2012/fold4/checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39cc848eeeba481489a36a640ac8afdb22152202b13dac77bbf71b536735a03a
3
+ size 1924084
assist2012/fold4/epochs.jsonl ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 0, "train_loss": 0.6099013393462942, "val_auc": 0.7182813720169864, "val_acc": 0.729401450508977, "val_f1": 0.8255968477053633, "epochs_without_improvement": 0, "best_epoch": 0, "seconds": 59.311}
2
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 1, "train_loss": 0.5911454075521815, "val_auc": 0.7220740985872253, "val_acc": 0.7308046451541079, "val_f1": 0.8243191698049235, "epochs_without_improvement": 0, "best_epoch": 1, "seconds": 70.972}
3
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 2, "train_loss": 0.5876585576760662, "val_auc": 0.7250131701880853, "val_acc": 0.7318413856605104, "val_f1": 0.8246206680005036, "epochs_without_improvement": 0, "best_epoch": 2, "seconds": 58.656}
4
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 3, "train_loss": 0.5854781302747811, "val_auc": 0.7265145392320868, "val_acc": 0.7324676047583374, "val_f1": 0.8250275695838093, "epochs_without_improvement": 0, "best_epoch": 3, "seconds": 56.802}
5
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 4, "train_loss": 0.58396071186759, "val_auc": 0.7278642654674361, "val_acc": 0.7328085462671543, "val_f1": 0.8245289628805995, "epochs_without_improvement": 0, "best_epoch": 4, "seconds": 57.797}
6
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 5, "train_loss": 0.5827035477677863, "val_auc": 0.7288414566770273, "val_acc": 0.7334440426849492, "val_f1": 0.8253294223140872, "epochs_without_improvement": 0, "best_epoch": 5, "seconds": 64.348}
7
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 6, "train_loss": 0.5815282524604826, "val_auc": 0.7298034814301679, "val_acc": 0.7342442115321726, "val_f1": 0.8259000676142795, "epochs_without_improvement": 0, "best_epoch": 6, "seconds": 72.622}
8
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 7, "train_loss": 0.5804370122599672, "val_auc": 0.7304765166225493, "val_acc": 0.734369455351738, "val_f1": 0.8257989544499759, "epochs_without_improvement": 0, "best_epoch": 7, "seconds": 59.189}
9
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 8, "train_loss": 0.5794610360344369, "val_auc": 0.7312388804316263, "val_acc": 0.7345503630911102, "val_f1": 0.8260932326622774, "epochs_without_improvement": 0, "best_epoch": 8, "seconds": 54.097}
10
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 9, "train_loss": 0.5784796684626655, "val_auc": 0.7319776862145269, "val_acc": 0.7352020948188487, "val_f1": 0.8265679069357647, "epochs_without_improvement": 0, "best_epoch": 9, "seconds": 58.917}
11
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 10, "train_loss": 0.5775281912053021, "val_auc": 0.7324263205006377, "val_acc": 0.7353064646684866, "val_f1": 0.8269068307531771, "epochs_without_improvement": 0, "best_epoch": 10, "seconds": 58.109}
12
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 11, "train_loss": 0.5765289696989144, "val_auc": 0.7327117112481433, "val_acc": 0.735716986077062, "val_f1": 0.8274252516349075, "epochs_without_improvement": 0, "best_epoch": 11, "seconds": 82.394}
13
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 12, "train_loss": 0.5757894930747567, "val_auc": 0.7330797248722208, "val_acc": 0.7358747005165148, "val_f1": 0.8275762870458131, "epochs_without_improvement": 0, "best_epoch": 12, "seconds": 58.641}
14
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 13, "train_loss": 0.5748073478569263, "val_auc": 0.7334722217394678, "val_acc": 0.7362063647053639, "val_f1": 0.8279837083843139, "epochs_without_improvement": 0, "best_epoch": 13, "seconds": 55.281}
15
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 14, "train_loss": 0.5740207171051014, "val_auc": 0.7334894452403045, "val_acc": 0.7362620286251708, "val_f1": 0.8280917646169546, "epochs_without_improvement": 0, "best_epoch": 14, "seconds": 57.757}
16
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 15, "train_loss": 0.5732280734031066, "val_auc": 0.7334667001300997, "val_acc": 0.7359929863461043, "val_f1": 0.8278810111002073, "epochs_without_improvement": 1, "best_epoch": 14, "seconds": 58.911}
17
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 16, "train_loss": 0.5722766619407812, "val_auc": 0.7336344773327745, "val_acc": 0.736347843834873, "val_f1": 0.8284601919478481, "epochs_without_improvement": 0, "best_epoch": 16, "seconds": 71.107}
18
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 17, "train_loss": 0.5713610768937215, "val_auc": 0.7337072686702699, "val_acc": 0.7364174237346316, "val_f1": 0.8283230811993184, "epochs_without_improvement": 0, "best_epoch": 17, "seconds": 64.458}
19
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 18, "train_loss": 0.5705038222873954, "val_auc": 0.7332860052986074, "val_acc": 0.7365055582743257, "val_f1": 0.8288371083945267, "epochs_without_improvement": 1, "best_epoch": 17, "seconds": 57.83}
20
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 19, "train_loss": 0.5695436754725454, "val_auc": 0.7336041658439637, "val_acc": 0.7366493567338267, "val_f1": 0.8291868375209481, "epochs_without_improvement": 2, "best_epoch": 17, "seconds": 54.316}
21
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 20, "train_loss": 0.5686511497292391, "val_auc": 0.7331597120370601, "val_acc": 0.73639191110472, "val_f1": 0.8290658834110122, "epochs_without_improvement": 3, "best_epoch": 17, "seconds": 58.964}
22
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 21, "train_loss": 0.5676649959663963, "val_auc": 0.7327824379235146, "val_acc": 0.7362086840353559, "val_f1": 0.8293697229373324, "epochs_without_improvement": 4, "best_epoch": 17, "seconds": 77.396}
23
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 22, "train_loss": 0.5667941778986674, "val_auc": 0.7326465177427268, "val_acc": 0.7364730876544384, "val_f1": 0.8294051054450674, "epochs_without_improvement": 5, "best_epoch": 17, "seconds": 58.505}
24
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 23, "train_loss": 0.5659223354977033, "val_auc": 0.7321393282162858, "val_acc": 0.7362689866151466, "val_f1": 0.8293314041623265, "epochs_without_improvement": 6, "best_epoch": 17, "seconds": 64.778}
25
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 24, "train_loss": 0.5650126353038878, "val_auc": 0.7318406870201084, "val_acc": 0.7359303644363216, "val_f1": 0.8287477964755642, "epochs_without_improvement": 7, "best_epoch": 17, "seconds": 53.48}
26
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 25, "train_loss": 0.5638349617358839, "val_auc": 0.7317012633179685, "val_acc": 0.7359257257763377, "val_f1": 0.8284831959989757, "epochs_without_improvement": 8, "best_epoch": 17, "seconds": 59.065}
27
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 26, "train_loss": 0.5629405530959987, "val_auc": 0.7312262036994093, "val_acc": 0.7359210871163538, "val_f1": 0.8288879671541842, "epochs_without_improvement": 9, "best_epoch": 17, "seconds": 70.338}
28
+ {"model": "addressingtwoproblemsdee", "dataset": "assist2012", "fold": 4, "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505", "leap_kt_version": "0.1.0", "run_id": "19feb360680-2c0127", "device": "cuda:NVIDIA GeForce RTX 3090", "epoch": 27, "train_loss": 0.5621932013186928, "val_auc": 0.7309985961593974, "val_acc": 0.7358491878866034, "val_f1": 0.8286206559276509, "epochs_without_improvement": 10, "best_epoch": 17, "seconds": 60.621}
assist2012/fold4/run.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "addressingtwoproblemsdee",
3
+ "dataset": "assist2012",
4
+ "fold": 4,
5
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
6
+ "leap_kt_version": "0.1.0",
7
+ "run_id": "19feb360680-2c0127",
8
+ "device": "cuda:NVIDIA GeForce RTX 3090",
9
+ "hardware": {
10
+ "device": "cuda",
11
+ "accelerator": "NVIDIA GeForce RTX 3090",
12
+ "torch_version": "2.9.1+cu128",
13
+ "cuda_version": "12.8",
14
+ "cpu": "x86_64",
15
+ "platform": "Linux 5.15.0-140-generic"
16
+ },
17
+ "protocol": {
18
+ "test_ratio": 0.2,
19
+ "n_folds": 5,
20
+ "early_stopping_patience": 10,
21
+ "early_stopping_metric": "auc",
22
+ "max_epochs": 200,
23
+ "primary_metric": "auc",
24
+ "secondary_metrics": [
25
+ "acc",
26
+ "f1"
27
+ ],
28
+ "validation_source": "held_out_fold",
29
+ "seed": 0,
30
+ "is_deviation": false,
31
+ "deviation_reason": ""
32
+ },
33
+ "protocol_description": "80%/20% user-level split, 5-fold CV (validation = held_out_fold), max 200 epochs, early stop patience 10 on auc, metrics auc + acc/f1"
34
+ }
assist2012/folds.json ADDED
@@ -0,0 +1,2470 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "fold": 0,
4
+ "n_fit_users": 17590,
5
+ "n_validation_users": 4398,
6
+ "n_test_users": 5497,
7
+ "test_metrics": {
8
+ "auc": 0.732233301877146,
9
+ "acc": 0.7340740824427021,
10
+ "f1": 0.8272218898680085,
11
+ "n_scored": 531084
12
+ },
13
+ "training": {
14
+ "best_epoch": 16,
15
+ "best_score": 0.7295677929971881,
16
+ "epochs_run": 27,
17
+ "stopped_early": true,
18
+ "history": [
19
+ {
20
+ "model": "addressingtwoproblemsdee",
21
+ "dataset": "assist2012",
22
+ "fold": 0,
23
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
24
+ "leap_kt_version": "0.1.0",
25
+ "run_id": "19feace96af-2c0127",
26
+ "device": "cuda:NVIDIA GeForce RTX 3090",
27
+ "epoch": 0,
28
+ "train_loss": 0.6080571960375533,
29
+ "val_auc": 0.7130806608081961,
30
+ "val_acc": 0.7268650211047899,
31
+ "val_f1": 0.8240133499468633,
32
+ "epochs_without_improvement": 0,
33
+ "best_epoch": 0,
34
+ "seconds": 53.276
35
+ },
36
+ {
37
+ "model": "addressingtwoproblemsdee",
38
+ "dataset": "assist2012",
39
+ "fold": 0,
40
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
41
+ "leap_kt_version": "0.1.0",
42
+ "run_id": "19feace96af-2c0127",
43
+ "device": "cuda:NVIDIA GeForce RTX 3090",
44
+ "epoch": 1,
45
+ "train_loss": 0.589768131323059,
46
+ "val_auc": 0.7178917556747095,
47
+ "val_acc": 0.7287919801798495,
48
+ "val_f1": 0.8253556039099073,
49
+ "epochs_without_improvement": 0,
50
+ "best_epoch": 1,
51
+ "seconds": 57.85
52
+ },
53
+ {
54
+ "model": "addressingtwoproblemsdee",
55
+ "dataset": "assist2012",
56
+ "fold": 0,
57
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
58
+ "leap_kt_version": "0.1.0",
59
+ "run_id": "19feace96af-2c0127",
60
+ "device": "cuda:NVIDIA GeForce RTX 3090",
61
+ "epoch": 2,
62
+ "train_loss": 0.5862597625198903,
63
+ "val_auc": 0.7208447000266218,
64
+ "val_acc": 0.7295283538263901,
65
+ "val_f1": 0.8238919309691739,
66
+ "epochs_without_improvement": 0,
67
+ "best_epoch": 2,
68
+ "seconds": 58.707
69
+ },
70
+ {
71
+ "model": "addressingtwoproblemsdee",
72
+ "dataset": "assist2012",
73
+ "fold": 0,
74
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
75
+ "leap_kt_version": "0.1.0",
76
+ "run_id": "19feace96af-2c0127",
77
+ "device": "cuda:NVIDIA GeForce RTX 3090",
78
+ "epoch": 3,
79
+ "train_loss": 0.5839663644779313,
80
+ "val_auc": 0.7225152563440171,
81
+ "val_acc": 0.7304367773903468,
82
+ "val_f1": 0.8246939439237836,
83
+ "epochs_without_improvement": 0,
84
+ "best_epoch": 3,
85
+ "seconds": 74.619
86
+ },
87
+ {
88
+ "model": "addressingtwoproblemsdee",
89
+ "dataset": "assist2012",
90
+ "fold": 0,
91
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
92
+ "leap_kt_version": "0.1.0",
93
+ "run_id": "19feace96af-2c0127",
94
+ "device": "cuda:NVIDIA GeForce RTX 3090",
95
+ "epoch": 4,
96
+ "train_loss": 0.5824102715521298,
97
+ "val_auc": 0.723763343242745,
98
+ "val_acc": 0.7311846210313819,
99
+ "val_f1": 0.8250257574173896,
100
+ "epochs_without_improvement": 0,
101
+ "best_epoch": 4,
102
+ "seconds": 63.998
103
+ },
104
+ {
105
+ "model": "addressingtwoproblemsdee",
106
+ "dataset": "assist2012",
107
+ "fold": 0,
108
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
109
+ "leap_kt_version": "0.1.0",
110
+ "run_id": "19feace96af-2c0127",
111
+ "device": "cuda:NVIDIA GeForce RTX 3090",
112
+ "epoch": 5,
113
+ "train_loss": 0.581027576597449,
114
+ "val_auc": 0.7247790906639235,
115
+ "val_acc": 0.7316296568177647,
116
+ "val_f1": 0.8255212527964206,
117
+ "epochs_without_improvement": 0,
118
+ "best_epoch": 5,
119
+ "seconds": 54.495
120
+ },
121
+ {
122
+ "model": "addressingtwoproblemsdee",
123
+ "dataset": "assist2012",
124
+ "fold": 0,
125
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
126
+ "leap_kt_version": "0.1.0",
127
+ "run_id": "19feace96af-2c0127",
128
+ "device": "cuda:NVIDIA GeForce RTX 3090",
129
+ "epoch": 6,
130
+ "train_loss": 0.5798240676854376,
131
+ "val_auc": 0.7256342156499113,
132
+ "val_acc": 0.7319852266470912,
133
+ "val_f1": 0.8258384004317033,
134
+ "epochs_without_improvement": 0,
135
+ "best_epoch": 6,
136
+ "seconds": 59.336
137
+ },
138
+ {
139
+ "model": "addressingtwoproblemsdee",
140
+ "dataset": "assist2012",
141
+ "fold": 0,
142
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
143
+ "leap_kt_version": "0.1.0",
144
+ "run_id": "19feace96af-2c0127",
145
+ "device": "cuda:NVIDIA GeForce RTX 3090",
146
+ "epoch": 7,
147
+ "train_loss": 0.5787382631564034,
148
+ "val_auc": 0.7264311582922953,
149
+ "val_acc": 0.7320448706184621,
150
+ "val_f1": 0.8254577350613177,
151
+ "epochs_without_improvement": 0,
152
+ "best_epoch": 7,
153
+ "seconds": 57.416
154
+ },
155
+ {
156
+ "model": "addressingtwoproblemsdee",
157
+ "dataset": "assist2012",
158
+ "fold": 0,
159
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
160
+ "leap_kt_version": "0.1.0",
161
+ "run_id": "19feace96af-2c0127",
162
+ "device": "cuda:NVIDIA GeForce RTX 3090",
163
+ "epoch": 8,
164
+ "train_loss": 0.5776725743978905,
165
+ "val_auc": 0.7270459036604072,
166
+ "val_acc": 0.7325679023674069,
167
+ "val_f1": 0.8266769351081086,
168
+ "epochs_without_improvement": 0,
169
+ "best_epoch": 8,
170
+ "seconds": 72.554
171
+ },
172
+ {
173
+ "model": "addressingtwoproblemsdee",
174
+ "dataset": "assist2012",
175
+ "fold": 0,
176
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
177
+ "leap_kt_version": "0.1.0",
178
+ "run_id": "19feace96af-2c0127",
179
+ "device": "cuda:NVIDIA GeForce RTX 3090",
180
+ "epoch": 9,
181
+ "train_loss": 0.5767298741556737,
182
+ "val_auc": 0.7275979574758105,
183
+ "val_acc": 0.7326390163332721,
184
+ "val_f1": 0.8263789368935076,
185
+ "epochs_without_improvement": 0,
186
+ "best_epoch": 9,
187
+ "seconds": 61.933
188
+ },
189
+ {
190
+ "model": "addressingtwoproblemsdee",
191
+ "dataset": "assist2012",
192
+ "fold": 0,
193
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
194
+ "leap_kt_version": "0.1.0",
195
+ "run_id": "19feace96af-2c0127",
196
+ "device": "cuda:NVIDIA GeForce RTX 3090",
197
+ "epoch": 10,
198
+ "train_loss": 0.5758300117628004,
199
+ "val_auc": 0.7280247053141156,
200
+ "val_acc": 0.732795008258396,
201
+ "val_f1": 0.826633644503715,
202
+ "epochs_without_improvement": 0,
203
+ "best_epoch": 10,
204
+ "seconds": 60.468
205
+ },
206
+ {
207
+ "model": "addressingtwoproblemsdee",
208
+ "dataset": "assist2012",
209
+ "fold": 0,
210
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
211
+ "leap_kt_version": "0.1.0",
212
+ "run_id": "19feace96af-2c0127",
213
+ "device": "cuda:NVIDIA GeForce RTX 3090",
214
+ "epoch": 11,
215
+ "train_loss": 0.5748964090669669,
216
+ "val_auc": 0.728367760725836,
217
+ "val_acc": 0.7326367223343733,
218
+ "val_f1": 0.8266586551689776,
219
+ "epochs_without_improvement": 0,
220
+ "best_epoch": 11,
221
+ "seconds": 55.155
222
+ },
223
+ {
224
+ "model": "addressingtwoproblemsdee",
225
+ "dataset": "assist2012",
226
+ "fold": 0,
227
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
228
+ "leap_kt_version": "0.1.0",
229
+ "run_id": "19feace96af-2c0127",
230
+ "device": "cuda:NVIDIA GeForce RTX 3090",
231
+ "epoch": 12,
232
+ "train_loss": 0.574027809354561,
233
+ "val_auc": 0.7288965415020683,
234
+ "val_acc": 0.7330427601394751,
235
+ "val_f1": 0.8265020723380148,
236
+ "epochs_without_improvement": 0,
237
+ "best_epoch": 12,
238
+ "seconds": 58.684
239
+ },
240
+ {
241
+ "model": "addressingtwoproblemsdee",
242
+ "dataset": "assist2012",
243
+ "fold": 0,
244
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
245
+ "leap_kt_version": "0.1.0",
246
+ "run_id": "19feace96af-2c0127",
247
+ "device": "cuda:NVIDIA GeForce RTX 3090",
248
+ "epoch": 13,
249
+ "train_loss": 0.57313422905212,
250
+ "val_auc": 0.729032933325877,
251
+ "val_acc": 0.7332033400623967,
252
+ "val_f1": 0.8267866876763007,
253
+ "epochs_without_improvement": 0,
254
+ "best_epoch": 13,
255
+ "seconds": 73.498
256
+ },
257
+ {
258
+ "model": "addressingtwoproblemsdee",
259
+ "dataset": "assist2012",
260
+ "fold": 0,
261
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
262
+ "leap_kt_version": "0.1.0",
263
+ "run_id": "19feace96af-2c0127",
264
+ "device": "cuda:NVIDIA GeForce RTX 3090",
265
+ "epoch": 14,
266
+ "train_loss": 0.5723009837063425,
267
+ "val_auc": 0.7293045340456594,
268
+ "val_acc": 0.7331758120756102,
269
+ "val_f1": 0.8267249444335198,
270
+ "epochs_without_improvement": 0,
271
+ "best_epoch": 14,
272
+ "seconds": 58.905
273
+ },
274
+ {
275
+ "model": "addressingtwoproblemsdee",
276
+ "dataset": "assist2012",
277
+ "fold": 0,
278
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
279
+ "leap_kt_version": "0.1.0",
280
+ "run_id": "19feace96af-2c0127",
281
+ "device": "cuda:NVIDIA GeForce RTX 3090",
282
+ "epoch": 15,
283
+ "train_loss": 0.5713984686410799,
284
+ "val_auc": 0.7294979845860835,
285
+ "val_acc": 0.7333753899798128,
286
+ "val_f1": 0.8268733773149561,
287
+ "epochs_without_improvement": 0,
288
+ "best_epoch": 15,
289
+ "seconds": 62.476
290
+ },
291
+ {
292
+ "model": "addressingtwoproblemsdee",
293
+ "dataset": "assist2012",
294
+ "fold": 0,
295
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
296
+ "leap_kt_version": "0.1.0",
297
+ "run_id": "19feace96af-2c0127",
298
+ "device": "cuda:NVIDIA GeForce RTX 3090",
299
+ "epoch": 16,
300
+ "train_loss": 0.5705469375556503,
301
+ "val_auc": 0.7295677929971881,
302
+ "val_acc": 0.733409799963296,
303
+ "val_f1": 0.8267793528000119,
304
+ "epochs_without_improvement": 0,
305
+ "best_epoch": 16,
306
+ "seconds": 56.97
307
+ },
308
+ {
309
+ "model": "addressingtwoproblemsdee",
310
+ "dataset": "assist2012",
311
+ "fold": 0,
312
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
313
+ "leap_kt_version": "0.1.0",
314
+ "run_id": "19feace96af-2c0127",
315
+ "device": "cuda:NVIDIA GeForce RTX 3090",
316
+ "epoch": 17,
317
+ "train_loss": 0.5695673343331109,
318
+ "val_auc": 0.7293844124849297,
319
+ "val_acc": 0.7332400440447788,
320
+ "val_f1": 0.8273443462199747,
321
+ "epochs_without_improvement": 1,
322
+ "best_epoch": 16,
323
+ "seconds": 59.303
324
+ },
325
+ {
326
+ "model": "addressingtwoproblemsdee",
327
+ "dataset": "assist2012",
328
+ "fold": 0,
329
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
330
+ "leap_kt_version": "0.1.0",
331
+ "run_id": "19feace96af-2c0127",
332
+ "device": "cuda:NVIDIA GeForce RTX 3090",
333
+ "epoch": 18,
334
+ "train_loss": 0.5687086756658059,
335
+ "val_auc": 0.7294503065811158,
336
+ "val_acc": 0.733331804000734,
337
+ "val_f1": 0.8274667537402042,
338
+ "epochs_without_improvement": 2,
339
+ "best_epoch": 16,
340
+ "seconds": 76.96
341
+ },
342
+ {
343
+ "model": "addressingtwoproblemsdee",
344
+ "dataset": "assist2012",
345
+ "fold": 0,
346
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
347
+ "leap_kt_version": "0.1.0",
348
+ "run_id": "19feace96af-2c0127",
349
+ "device": "cuda:NVIDIA GeForce RTX 3090",
350
+ "epoch": 19,
351
+ "train_loss": 0.5678661782266835,
352
+ "val_auc": 0.7291663627374203,
353
+ "val_acc": 0.7332033400623967,
354
+ "val_f1": 0.827167648955742,
355
+ "epochs_without_improvement": 3,
356
+ "best_epoch": 16,
357
+ "seconds": 57.698
358
+ },
359
+ {
360
+ "model": "addressingtwoproblemsdee",
361
+ "dataset": "assist2012",
362
+ "fold": 0,
363
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
364
+ "leap_kt_version": "0.1.0",
365
+ "run_id": "19feace96af-2c0127",
366
+ "device": "cuda:NVIDIA GeForce RTX 3090",
367
+ "epoch": 20,
368
+ "train_loss": 0.5669854161997961,
369
+ "val_auc": 0.7291162931342596,
370
+ "val_acc": 0.7331849880712057,
371
+ "val_f1": 0.8271470268278039,
372
+ "epochs_without_improvement": 4,
373
+ "best_epoch": 16,
374
+ "seconds": 58.941
375
+ },
376
+ {
377
+ "model": "addressingtwoproblemsdee",
378
+ "dataset": "assist2012",
379
+ "fold": 0,
380
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
381
+ "leap_kt_version": "0.1.0",
382
+ "run_id": "19feace96af-2c0127",
383
+ "device": "cuda:NVIDIA GeForce RTX 3090",
384
+ "epoch": 21,
385
+ "train_loss": 0.565793380517662,
386
+ "val_auc": 0.7288449755201941,
387
+ "val_acc": 0.7331069921086438,
388
+ "val_f1": 0.8275092143147308,
389
+ "epochs_without_improvement": 5,
390
+ "best_epoch": 16,
391
+ "seconds": 58.947
392
+ },
393
+ {
394
+ "model": "addressingtwoproblemsdee",
395
+ "dataset": "assist2012",
396
+ "fold": 0,
397
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
398
+ "leap_kt_version": "0.1.0",
399
+ "run_id": "19feace96af-2c0127",
400
+ "device": "cuda:NVIDIA GeForce RTX 3090",
401
+ "epoch": 22,
402
+ "train_loss": 0.5649936384733152,
403
+ "val_auc": 0.7287396949800706,
404
+ "val_acc": 0.7329899981648009,
405
+ "val_f1": 0.827071847008467,
406
+ "epochs_without_improvement": 6,
407
+ "best_epoch": 16,
408
+ "seconds": 58.542
409
+ },
410
+ {
411
+ "model": "addressingtwoproblemsdee",
412
+ "dataset": "assist2012",
413
+ "fold": 0,
414
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
415
+ "leap_kt_version": "0.1.0",
416
+ "run_id": "19feace96af-2c0127",
417
+ "device": "cuda:NVIDIA GeForce RTX 3090",
418
+ "epoch": 23,
419
+ "train_loss": 0.5641434493780491,
420
+ "val_auc": 0.728652485727926,
421
+ "val_acc": 0.7329165902000367,
422
+ "val_f1": 0.8270181365972374,
423
+ "epochs_without_improvement": 7,
424
+ "best_epoch": 16,
425
+ "seconds": 71.896
426
+ },
427
+ {
428
+ "model": "addressingtwoproblemsdee",
429
+ "dataset": "assist2012",
430
+ "fold": 0,
431
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
432
+ "leap_kt_version": "0.1.0",
433
+ "run_id": "19feace96af-2c0127",
434
+ "device": "cuda:NVIDIA GeForce RTX 3090",
435
+ "epoch": 24,
436
+ "train_loss": 0.563175707878365,
437
+ "val_auc": 0.7283637555243054,
438
+ "val_acc": 0.7330817581207562,
439
+ "val_f1": 0.8272093164851713,
440
+ "epochs_without_improvement": 8,
441
+ "best_epoch": 16,
442
+ "seconds": 58.046
443
+ },
444
+ {
445
+ "model": "addressingtwoproblemsdee",
446
+ "dataset": "assist2012",
447
+ "fold": 0,
448
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
449
+ "leap_kt_version": "0.1.0",
450
+ "run_id": "19feace96af-2c0127",
451
+ "device": "cuda:NVIDIA GeForce RTX 3090",
452
+ "epoch": 25,
453
+ "train_loss": 0.5623397267413883,
454
+ "val_auc": 0.7277955037818199,
455
+ "val_acc": 0.7327399522848229,
456
+ "val_f1": 0.8272059041641205,
457
+ "epochs_without_improvement": 9,
458
+ "best_epoch": 16,
459
+ "seconds": 56.944
460
+ },
461
+ {
462
+ "model": "addressingtwoproblemsdee",
463
+ "dataset": "assist2012",
464
+ "fold": 0,
465
+ "git_commit": "d3d7746428098438a7136acc9d27a3f7aa09e067",
466
+ "leap_kt_version": "0.1.0",
467
+ "run_id": "19feace96af-2c0127",
468
+ "device": "cuda:NVIDIA GeForce RTX 3090",
469
+ "epoch": 26,
470
+ "train_loss": 0.5619946180622787,
471
+ "val_auc": 0.7276654835734837,
472
+ "val_acc": 0.7326069003486878,
473
+ "val_f1": 0.8269992846181018,
474
+ "epochs_without_improvement": 10,
475
+ "best_epoch": 16,
476
+ "seconds": 58.595
477
+ }
478
+ ]
479
+ },
480
+ "output_dir": "results/addressingtwoproblemsdee_assist2012/fold0"
481
+ },
482
+ {
483
+ "fold": 1,
484
+ "n_fit_users": 17590,
485
+ "n_validation_users": 4398,
486
+ "n_test_users": 5497,
487
+ "test_metrics": {
488
+ "auc": 0.7321118106436441,
489
+ "acc": 0.7335299124055705,
490
+ "f1": 0.8273568586116621,
491
+ "n_scored": 531084
492
+ },
493
+ "training": {
494
+ "best_epoch": 17,
495
+ "best_score": 0.7319253698986887,
496
+ "epochs_run": 28,
497
+ "stopped_early": true,
498
+ "history": [
499
+ {
500
+ "model": "addressingtwoproblemsdee",
501
+ "dataset": "assist2012",
502
+ "fold": 1,
503
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
504
+ "leap_kt_version": "0.1.0",
505
+ "run_id": "19feae8268e-2c0127",
506
+ "device": "cuda:NVIDIA GeForce RTX 3090",
507
+ "epoch": 0,
508
+ "train_loss": 0.6088352171485527,
509
+ "val_auc": 0.7151293200484707,
510
+ "val_acc": 0.7279155421568156,
511
+ "val_f1": 0.8239629152411843,
512
+ "epochs_without_improvement": 0,
513
+ "best_epoch": 0,
514
+ "seconds": 73.798
515
+ },
516
+ {
517
+ "model": "addressingtwoproblemsdee",
518
+ "dataset": "assist2012",
519
+ "fold": 1,
520
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
521
+ "leap_kt_version": "0.1.0",
522
+ "run_id": "19feae8268e-2c0127",
523
+ "device": "cuda:NVIDIA GeForce RTX 3090",
524
+ "epoch": 1,
525
+ "train_loss": 0.5905709497818799,
526
+ "val_auc": 0.7179126971928582,
527
+ "val_acc": 0.7293759742890694,
528
+ "val_f1": 0.8254455255503551,
529
+ "epochs_without_improvement": 0,
530
+ "best_epoch": 1,
531
+ "seconds": 63.444
532
+ },
533
+ {
534
+ "model": "addressingtwoproblemsdee",
535
+ "dataset": "assist2012",
536
+ "fold": 1,
537
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
538
+ "leap_kt_version": "0.1.0",
539
+ "run_id": "19feae8268e-2c0127",
540
+ "device": "cuda:NVIDIA GeForce RTX 3090",
541
+ "epoch": 2,
542
+ "train_loss": 0.5868834531679196,
543
+ "val_auc": 0.7217047305436095,
544
+ "val_acc": 0.7310813378290837,
545
+ "val_f1": 0.8255188955970919,
546
+ "epochs_without_improvement": 0,
547
+ "best_epoch": 2,
548
+ "seconds": 57.059
549
+ },
550
+ {
551
+ "model": "addressingtwoproblemsdee",
552
+ "dataset": "assist2012",
553
+ "fold": 1,
554
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
555
+ "leap_kt_version": "0.1.0",
556
+ "run_id": "19feae8268e-2c0127",
557
+ "device": "cuda:NVIDIA GeForce RTX 3090",
558
+ "epoch": 3,
559
+ "train_loss": 0.5847204991825268,
560
+ "val_auc": 0.7242513491730932,
561
+ "val_acc": 0.7320313054386218,
562
+ "val_f1": 0.8251032372574447,
563
+ "epochs_without_improvement": 0,
564
+ "best_epoch": 3,
565
+ "seconds": 59.952
566
+ },
567
+ {
568
+ "model": "addressingtwoproblemsdee",
569
+ "dataset": "assist2012",
570
+ "fold": 1,
571
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
572
+ "leap_kt_version": "0.1.0",
573
+ "run_id": "19feae8268e-2c0127",
574
+ "device": "cuda:NVIDIA GeForce RTX 3090",
575
+ "epoch": 4,
576
+ "train_loss": 0.5830285273724821,
577
+ "val_auc": 0.7260050867558668,
578
+ "val_acc": 0.7328279047834875,
579
+ "val_f1": 0.825853157787937,
580
+ "epochs_without_improvement": 0,
581
+ "best_epoch": 4,
582
+ "seconds": 58.242
583
+ },
584
+ {
585
+ "model": "addressingtwoproblemsdee",
586
+ "dataset": "assist2012",
587
+ "fold": 1,
588
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
589
+ "leap_kt_version": "0.1.0",
590
+ "run_id": "19feae8268e-2c0127",
591
+ "device": "cuda:NVIDIA GeForce RTX 3090",
592
+ "epoch": 5,
593
+ "train_loss": 0.5818071407867931,
594
+ "val_auc": 0.7271838980168379,
595
+ "val_acc": 0.733427643370714,
596
+ "val_f1": 0.8264600253334327,
597
+ "epochs_without_improvement": 0,
598
+ "best_epoch": 5,
599
+ "seconds": 60.422
600
+ },
601
+ {
602
+ "model": "addressingtwoproblemsdee",
603
+ "dataset": "assist2012",
604
+ "fold": 1,
605
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
606
+ "leap_kt_version": "0.1.0",
607
+ "run_id": "19feae8268e-2c0127",
608
+ "device": "cuda:NVIDIA GeForce RTX 3090",
609
+ "epoch": 6,
610
+ "train_loss": 0.5805430962284819,
611
+ "val_auc": 0.7281434143288115,
612
+ "val_acc": 0.73372522358575,
613
+ "val_f1": 0.8271888853234451,
614
+ "epochs_without_improvement": 0,
615
+ "best_epoch": 6,
616
+ "seconds": 72.701
617
+ },
618
+ {
619
+ "model": "addressingtwoproblemsdee",
620
+ "dataset": "assist2012",
621
+ "fold": 1,
622
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
623
+ "leap_kt_version": "0.1.0",
624
+ "run_id": "19feae8268e-2c0127",
625
+ "device": "cuda:NVIDIA GeForce RTX 3090",
626
+ "epoch": 7,
627
+ "train_loss": 0.5796283601297489,
628
+ "val_auc": 0.7289087837794908,
629
+ "val_acc": 0.7341715939083041,
630
+ "val_f1": 0.8279307805487356,
631
+ "epochs_without_improvement": 0,
632
+ "best_epoch": 7,
633
+ "seconds": 59.028
634
+ },
635
+ {
636
+ "model": "addressingtwoproblemsdee",
637
+ "dataset": "assist2012",
638
+ "fold": 1,
639
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
640
+ "leap_kt_version": "0.1.0",
641
+ "run_id": "19feae8268e-2c0127",
642
+ "device": "cuda:NVIDIA GeForce RTX 3090",
643
+ "epoch": 8,
644
+ "train_loss": 0.5786875692731736,
645
+ "val_auc": 0.7295092946533548,
646
+ "val_acc": 0.7344371270232594,
647
+ "val_f1": 0.8279634789597702,
648
+ "epochs_without_improvement": 0,
649
+ "best_epoch": 8,
650
+ "seconds": 57.718
651
+ },
652
+ {
653
+ "model": "addressingtwoproblemsdee",
654
+ "dataset": "assist2012",
655
+ "fold": 1,
656
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
657
+ "leap_kt_version": "0.1.0",
658
+ "run_id": "19feae8268e-2c0127",
659
+ "device": "cuda:NVIDIA GeForce RTX 3090",
660
+ "epoch": 9,
661
+ "train_loss": 0.5778808454702017,
662
+ "val_auc": 0.7300544024791746,
663
+ "val_acc": 0.7344737522804945,
664
+ "val_f1": 0.8281319684288041,
665
+ "epochs_without_improvement": 0,
666
+ "best_epoch": 9,
667
+ "seconds": 59.198
668
+ },
669
+ {
670
+ "model": "addressingtwoproblemsdee",
671
+ "dataset": "assist2012",
672
+ "fold": 1,
673
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
674
+ "leap_kt_version": "0.1.0",
675
+ "run_id": "19feae8268e-2c0127",
676
+ "device": "cuda:NVIDIA GeForce RTX 3090",
677
+ "epoch": 10,
678
+ "train_loss": 0.5768298898196681,
679
+ "val_auc": 0.7303499951255582,
680
+ "val_acc": 0.734741574474027,
681
+ "val_f1": 0.8285276282417423,
682
+ "epochs_without_improvement": 0,
683
+ "best_epoch": 10,
684
+ "seconds": 58.674
685
+ },
686
+ {
687
+ "model": "addressingtwoproblemsdee",
688
+ "dataset": "assist2012",
689
+ "fold": 1,
690
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
691
+ "leap_kt_version": "0.1.0",
692
+ "run_id": "19feae8268e-2c0127",
693
+ "device": "cuda:NVIDIA GeForce RTX 3090",
694
+ "epoch": 11,
695
+ "train_loss": 0.5760226520705541,
696
+ "val_auc": 0.7308110349069938,
697
+ "val_acc": 0.7348651847171958,
698
+ "val_f1": 0.8286222427395347,
699
+ "epochs_without_improvement": 0,
700
+ "best_epoch": 11,
701
+ "seconds": 66.027
702
+ },
703
+ {
704
+ "model": "addressingtwoproblemsdee",
705
+ "dataset": "assist2012",
706
+ "fold": 1,
707
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
708
+ "leap_kt_version": "0.1.0",
709
+ "run_id": "19feae8268e-2c0127",
710
+ "device": "cuda:NVIDIA GeForce RTX 3090",
711
+ "epoch": 12,
712
+ "train_loss": 0.5749962992777973,
713
+ "val_auc": 0.7313021126272339,
714
+ "val_acc": 0.734981927724633,
715
+ "val_f1": 0.8284202211456239,
716
+ "epochs_without_improvement": 0,
717
+ "best_epoch": 12,
718
+ "seconds": 65.469
719
+ },
720
+ {
721
+ "model": "addressingtwoproblemsdee",
722
+ "dataset": "assist2012",
723
+ "fold": 1,
724
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
725
+ "leap_kt_version": "0.1.0",
726
+ "run_id": "19feae8268e-2c0127",
727
+ "device": "cuda:NVIDIA GeForce RTX 3090",
728
+ "epoch": 13,
729
+ "train_loss": 0.5741839695384209,
730
+ "val_auc": 0.7314442434317188,
731
+ "val_acc": 0.7349636150960154,
732
+ "val_f1": 0.8288400957335308,
733
+ "epochs_without_improvement": 0,
734
+ "best_epoch": 13,
735
+ "seconds": 58.768
736
+ },
737
+ {
738
+ "model": "addressingtwoproblemsdee",
739
+ "dataset": "assist2012",
740
+ "fold": 1,
741
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
742
+ "leap_kt_version": "0.1.0",
743
+ "run_id": "19feae8268e-2c0127",
744
+ "device": "cuda:NVIDIA GeForce RTX 3090",
745
+ "epoch": 14,
746
+ "train_loss": 0.573297588423138,
747
+ "val_auc": 0.7317792067873541,
748
+ "val_acc": 0.7350666236319894,
749
+ "val_f1": 0.8286104381511997,
750
+ "epochs_without_improvement": 0,
751
+ "best_epoch": 14,
752
+ "seconds": 58.85
753
+ },
754
+ {
755
+ "model": "addressingtwoproblemsdee",
756
+ "dataset": "assist2012",
757
+ "fold": 1,
758
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
759
+ "leap_kt_version": "0.1.0",
760
+ "run_id": "19feae8268e-2c0127",
761
+ "device": "cuda:NVIDIA GeForce RTX 3090",
762
+ "epoch": 15,
763
+ "train_loss": 0.5724811747028073,
764
+ "val_auc": 0.7316211103970106,
765
+ "val_acc": 0.734993373117519,
766
+ "val_f1": 0.8288195840923608,
767
+ "epochs_without_improvement": 1,
768
+ "best_epoch": 14,
769
+ "seconds": 60.224
770
+ },
771
+ {
772
+ "model": "addressingtwoproblemsdee",
773
+ "dataset": "assist2012",
774
+ "fold": 1,
775
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
776
+ "leap_kt_version": "0.1.0",
777
+ "run_id": "19feae8268e-2c0127",
778
+ "device": "cuda:NVIDIA GeForce RTX 3090",
779
+ "epoch": 16,
780
+ "train_loss": 0.5715205001175669,
781
+ "val_auc": 0.7317339065401172,
782
+ "val_acc": 0.735336734904099,
783
+ "val_f1": 0.829083329637678,
784
+ "epochs_without_improvement": 2,
785
+ "best_epoch": 14,
786
+ "seconds": 63.463
787
+ },
788
+ {
789
+ "model": "addressingtwoproblemsdee",
790
+ "dataset": "assist2012",
791
+ "fold": 1,
792
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
793
+ "leap_kt_version": "0.1.0",
794
+ "run_id": "19feae8268e-2c0127",
795
+ "device": "cuda:NVIDIA GeForce RTX 3090",
796
+ "epoch": 17,
797
+ "train_loss": 0.570568880744356,
798
+ "val_auc": 0.7319253698986887,
799
+ "val_acc": 0.7351558976965002,
800
+ "val_f1": 0.8288949654459491,
801
+ "epochs_without_improvement": 0,
802
+ "best_epoch": 17,
803
+ "seconds": 57.803
804
+ },
805
+ {
806
+ "model": "addressingtwoproblemsdee",
807
+ "dataset": "assist2012",
808
+ "fold": 1,
809
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
810
+ "leap_kt_version": "0.1.0",
811
+ "run_id": "19feae8268e-2c0127",
812
+ "device": "cuda:NVIDIA GeForce RTX 3090",
813
+ "epoch": 18,
814
+ "train_loss": 0.5696951130524078,
815
+ "val_auc": 0.7316992826151312,
816
+ "val_acc": 0.7350643345534122,
817
+ "val_f1": 0.8285604672486043,
818
+ "epochs_without_improvement": 1,
819
+ "best_epoch": 17,
820
+ "seconds": 64.226
821
+ },
822
+ {
823
+ "model": "addressingtwoproblemsdee",
824
+ "dataset": "assist2012",
825
+ "fold": 1,
826
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
827
+ "leap_kt_version": "0.1.0",
828
+ "run_id": "19feae8268e-2c0127",
829
+ "device": "cuda:NVIDIA GeForce RTX 3090",
830
+ "epoch": 19,
831
+ "train_loss": 0.5688424471760222,
832
+ "val_auc": 0.7318291159422603,
833
+ "val_acc": 0.7348491611671554,
834
+ "val_f1": 0.8282828582314022,
835
+ "epochs_without_improvement": 2,
836
+ "best_epoch": 17,
837
+ "seconds": 58.748
838
+ },
839
+ {
840
+ "model": "addressingtwoproblemsdee",
841
+ "dataset": "assist2012",
842
+ "fold": 1,
843
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
844
+ "leap_kt_version": "0.1.0",
845
+ "run_id": "19feae8268e-2c0127",
846
+ "device": "cuda:NVIDIA GeForce RTX 3090",
847
+ "epoch": 20,
848
+ "train_loss": 0.567979599976079,
849
+ "val_auc": 0.7314833206689466,
850
+ "val_acc": 0.7348056686741886,
851
+ "val_f1": 0.8281856660230229,
852
+ "epochs_without_improvement": 3,
853
+ "best_epoch": 17,
854
+ "seconds": 59.289
855
+ },
856
+ {
857
+ "model": "addressingtwoproblemsdee",
858
+ "dataset": "assist2012",
859
+ "fold": 1,
860
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
861
+ "leap_kt_version": "0.1.0",
862
+ "run_id": "19feae8268e-2c0127",
863
+ "device": "cuda:NVIDIA GeForce RTX 3090",
864
+ "epoch": 21,
865
+ "train_loss": 0.5671324694493196,
866
+ "val_auc": 0.7314549831667738,
867
+ "val_acc": 0.734947591545975,
868
+ "val_f1": 0.8283214077081152,
869
+ "epochs_without_improvement": 4,
870
+ "best_epoch": 17,
871
+ "seconds": 67.173
872
+ },
873
+ {
874
+ "model": "addressingtwoproblemsdee",
875
+ "dataset": "assist2012",
876
+ "fold": 1,
877
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
878
+ "leap_kt_version": "0.1.0",
879
+ "run_id": "19feae8268e-2c0127",
880
+ "device": "cuda:NVIDIA GeForce RTX 3090",
881
+ "epoch": 22,
882
+ "train_loss": 0.5660565085432328,
883
+ "val_auc": 0.7309268988416183,
884
+ "val_acc": 0.7347438635526041,
885
+ "val_f1": 0.8276920377510554,
886
+ "epochs_without_improvement": 5,
887
+ "best_epoch": 17,
888
+ "seconds": 57.473
889
+ },
890
+ {
891
+ "model": "addressingtwoproblemsdee",
892
+ "dataset": "assist2012",
893
+ "fold": 1,
894
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
895
+ "leap_kt_version": "0.1.0",
896
+ "run_id": "19feae8268e-2c0127",
897
+ "device": "cuda:NVIDIA GeForce RTX 3090",
898
+ "epoch": 23,
899
+ "train_loss": 0.5650579882854869,
900
+ "val_auc": 0.7310461100335883,
901
+ "val_acc": 0.7350002403532506,
902
+ "val_f1": 0.8280891518280757,
903
+ "epochs_without_improvement": 6,
904
+ "best_epoch": 17,
905
+ "seconds": 59.231
906
+ },
907
+ {
908
+ "model": "addressingtwoproblemsdee",
909
+ "dataset": "assist2012",
910
+ "fold": 1,
911
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
912
+ "leap_kt_version": "0.1.0",
913
+ "run_id": "19feae8268e-2c0127",
914
+ "device": "cuda:NVIDIA GeForce RTX 3090",
915
+ "epoch": 24,
916
+ "train_loss": 0.5644791621332891,
917
+ "val_auc": 0.7309619297285499,
918
+ "val_acc": 0.7350231311390226,
919
+ "val_f1": 0.8280876633068438,
920
+ "epochs_without_improvement": 7,
921
+ "best_epoch": 17,
922
+ "seconds": 65.568
923
+ },
924
+ {
925
+ "model": "addressingtwoproblemsdee",
926
+ "dataset": "assist2012",
927
+ "fold": 1,
928
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
929
+ "leap_kt_version": "0.1.0",
930
+ "run_id": "19feae8268e-2c0127",
931
+ "device": "cuda:NVIDIA GeForce RTX 3090",
932
+ "epoch": 25,
933
+ "train_loss": 0.5632540388323399,
934
+ "val_auc": 0.7302976361528664,
935
+ "val_acc": 0.7350689127105666,
936
+ "val_f1": 0.8282163514843329,
937
+ "epochs_without_improvement": 8,
938
+ "best_epoch": 17,
939
+ "seconds": 58.346
940
+ },
941
+ {
942
+ "model": "addressingtwoproblemsdee",
943
+ "dataset": "assist2012",
944
+ "fold": 1,
945
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
946
+ "leap_kt_version": "0.1.0",
947
+ "run_id": "19feae8268e-2c0127",
948
+ "device": "cuda:NVIDIA GeForce RTX 3090",
949
+ "epoch": 26,
950
+ "train_loss": 0.5622233653670788,
951
+ "val_auc": 0.7300444962121175,
952
+ "val_acc": 0.7345767608164685,
953
+ "val_f1": 0.8274595701369586,
954
+ "epochs_without_improvement": 9,
955
+ "best_epoch": 17,
956
+ "seconds": 70.211
957
+ },
958
+ {
959
+ "model": "addressingtwoproblemsdee",
960
+ "dataset": "assist2012",
961
+ "fold": 1,
962
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
963
+ "leap_kt_version": "0.1.0",
964
+ "run_id": "19feae8268e-2c0127",
965
+ "device": "cuda:NVIDIA GeForce RTX 3090",
966
+ "epoch": 27,
967
+ "train_loss": 0.5617339108000893,
968
+ "val_auc": 0.730269932219977,
969
+ "val_acc": 0.7345195338520385,
970
+ "val_f1": 0.8273337273684164,
971
+ "epochs_without_improvement": 10,
972
+ "best_epoch": 17,
973
+ "seconds": 55.095
974
+ }
975
+ ]
976
+ },
977
+ "output_dir": "results/addressingtwoproblemsdee_assist2012/fold1"
978
+ },
979
+ {
980
+ "fold": 2,
981
+ "n_fit_users": 17590,
982
+ "n_validation_users": 4398,
983
+ "n_test_users": 5497,
984
+ "test_metrics": {
985
+ "auc": 0.7322067340153102,
986
+ "acc": 0.7338575441926324,
987
+ "f1": 0.8267312289304322,
988
+ "n_scored": 531084
989
+ },
990
+ "training": {
991
+ "best_epoch": 17,
992
+ "best_score": 0.7298925268991243,
993
+ "epochs_run": 28,
994
+ "stopped_early": true,
995
+ "history": [
996
+ {
997
+ "model": "addressingtwoproblemsdee",
998
+ "dataset": "assist2012",
999
+ "fold": 2,
1000
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1001
+ "leap_kt_version": "0.1.0",
1002
+ "run_id": "19feb02cdeb-2c0127",
1003
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1004
+ "epoch": 0,
1005
+ "train_loss": 0.6080905971081392,
1006
+ "val_auc": 0.7117975401361968,
1007
+ "val_acc": 0.7251575500212558,
1008
+ "val_f1": 0.8225989075355322,
1009
+ "epochs_without_improvement": 0,
1010
+ "best_epoch": 0,
1011
+ "seconds": 58.164
1012
+ },
1013
+ {
1014
+ "model": "addressingtwoproblemsdee",
1015
+ "dataset": "assist2012",
1016
+ "fold": 2,
1017
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1018
+ "leap_kt_version": "0.1.0",
1019
+ "run_id": "19feb02cdeb-2c0127",
1020
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1021
+ "epoch": 1,
1022
+ "train_loss": 0.5891625295760724,
1023
+ "val_auc": 0.7174189997096314,
1024
+ "val_acc": 0.7273298483128483,
1025
+ "val_f1": 0.8250067832638517,
1026
+ "epochs_without_improvement": 0,
1027
+ "best_epoch": 1,
1028
+ "seconds": 62.084
1029
+ },
1030
+ {
1031
+ "model": "addressingtwoproblemsdee",
1032
+ "dataset": "assist2012",
1033
+ "fold": 2,
1034
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1035
+ "leap_kt_version": "0.1.0",
1036
+ "run_id": "19feb02cdeb-2c0127",
1037
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1038
+ "epoch": 2,
1039
+ "train_loss": 0.5855439072723558,
1040
+ "val_auc": 0.7207730424838211,
1041
+ "val_acc": 0.7285047580339999,
1042
+ "val_f1": 0.8252749433277011,
1043
+ "epochs_without_improvement": 0,
1044
+ "best_epoch": 2,
1045
+ "seconds": 67.821
1046
+ },
1047
+ {
1048
+ "model": "addressingtwoproblemsdee",
1049
+ "dataset": "assist2012",
1050
+ "fold": 2,
1051
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1052
+ "leap_kt_version": "0.1.0",
1053
+ "run_id": "19feb02cdeb-2c0127",
1054
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1055
+ "epoch": 3,
1056
+ "train_loss": 0.5831768122731047,
1057
+ "val_auc": 0.7228505593217588,
1058
+ "val_acc": 0.7292779093614378,
1059
+ "val_f1": 0.8246307669727658,
1060
+ "epochs_without_improvement": 0,
1061
+ "best_epoch": 3,
1062
+ "seconds": 64.142
1063
+ },
1064
+ {
1065
+ "model": "addressingtwoproblemsdee",
1066
+ "dataset": "assist2012",
1067
+ "fold": 2,
1068
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1069
+ "leap_kt_version": "0.1.0",
1070
+ "run_id": "19feb02cdeb-2c0127",
1071
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1072
+ "epoch": 4,
1073
+ "train_loss": 0.5815396309783267,
1074
+ "val_auc": 0.7239529898253068,
1075
+ "val_acc": 0.7298852185612378,
1076
+ "val_f1": 0.8244834646458055,
1077
+ "epochs_without_improvement": 0,
1078
+ "best_epoch": 4,
1079
+ "seconds": 56.295
1080
+ },
1081
+ {
1082
+ "model": "addressingtwoproblemsdee",
1083
+ "dataset": "assist2012",
1084
+ "fold": 2,
1085
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1086
+ "leap_kt_version": "0.1.0",
1087
+ "run_id": "19feb02cdeb-2c0127",
1088
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1089
+ "epoch": 5,
1090
+ "train_loss": 0.5803016865465691,
1091
+ "val_auc": 0.7250532718313071,
1092
+ "val_acc": 0.7302192386211278,
1093
+ "val_f1": 0.8241761252922837,
1094
+ "epochs_without_improvement": 0,
1095
+ "best_epoch": 5,
1096
+ "seconds": 59.126
1097
+ },
1098
+ {
1099
+ "model": "addressingtwoproblemsdee",
1100
+ "dataset": "assist2012",
1101
+ "fold": 2,
1102
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1103
+ "leap_kt_version": "0.1.0",
1104
+ "run_id": "19feb02cdeb-2c0127",
1105
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1106
+ "epoch": 6,
1107
+ "train_loss": 0.5791092518529128,
1108
+ "val_auc": 0.7257364499300472,
1109
+ "val_acc": 0.7303313572426293,
1110
+ "val_f1": 0.8236478394759996,
1111
+ "epochs_without_improvement": 0,
1112
+ "best_epoch": 6,
1113
+ "seconds": 58.092
1114
+ },
1115
+ {
1116
+ "model": "addressingtwoproblemsdee",
1117
+ "dataset": "assist2012",
1118
+ "fold": 2,
1119
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1120
+ "leap_kt_version": "0.1.0",
1121
+ "run_id": "19feb02cdeb-2c0127",
1122
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1123
+ "epoch": 7,
1124
+ "train_loss": 0.5780189839863282,
1125
+ "val_auc": 0.7264361366283137,
1126
+ "val_acc": 0.7306957427625094,
1127
+ "val_f1": 0.8236102271614609,
1128
+ "epochs_without_improvement": 0,
1129
+ "best_epoch": 7,
1130
+ "seconds": 73.687
1131
+ },
1132
+ {
1133
+ "model": "addressingtwoproblemsdee",
1134
+ "dataset": "assist2012",
1135
+ "fold": 2,
1136
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1137
+ "leap_kt_version": "0.1.0",
1138
+ "run_id": "19feb02cdeb-2c0127",
1139
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1140
+ "epoch": 8,
1141
+ "train_loss": 0.5769873855729485,
1142
+ "val_auc": 0.7271984091315894,
1143
+ "val_acc": 0.7305929673594663,
1144
+ "val_f1": 0.8233494048238977,
1145
+ "epochs_without_improvement": 0,
1146
+ "best_epoch": 8,
1147
+ "seconds": 66.214
1148
+ },
1149
+ {
1150
+ "model": "addressingtwoproblemsdee",
1151
+ "dataset": "assist2012",
1152
+ "fold": 2,
1153
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1154
+ "leap_kt_version": "0.1.0",
1155
+ "run_id": "19feb02cdeb-2c0127",
1156
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1157
+ "epoch": 9,
1158
+ "train_loss": 0.5761244461073012,
1159
+ "val_auc": 0.7277523258550386,
1160
+ "val_acc": 0.7309176442008979,
1161
+ "val_f1": 0.8236003901650238,
1162
+ "epochs_without_improvement": 0,
1163
+ "best_epoch": 9,
1164
+ "seconds": 53.949
1165
+ },
1166
+ {
1167
+ "model": "addressingtwoproblemsdee",
1168
+ "dataset": "assist2012",
1169
+ "fold": 2,
1170
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1171
+ "leap_kt_version": "0.1.0",
1172
+ "run_id": "19feb02cdeb-2c0127",
1173
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1174
+ "epoch": 10,
1175
+ "train_loss": 0.5751746431744771,
1176
+ "val_auc": 0.7280732602719093,
1177
+ "val_acc": 0.7308545774763032,
1178
+ "val_f1": 0.8231379182258842,
1179
+ "epochs_without_improvement": 0,
1180
+ "best_epoch": 10,
1181
+ "seconds": 59.163
1182
+ },
1183
+ {
1184
+ "model": "addressingtwoproblemsdee",
1185
+ "dataset": "assist2012",
1186
+ "fold": 2,
1187
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1188
+ "leap_kt_version": "0.1.0",
1189
+ "run_id": "19feb02cdeb-2c0127",
1190
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1191
+ "epoch": 11,
1192
+ "train_loss": 0.5742900676207302,
1193
+ "val_auc": 0.7288261000153271,
1194
+ "val_acc": 0.7313894767330502,
1195
+ "val_f1": 0.82365695936797,
1196
+ "epochs_without_improvement": 0,
1197
+ "best_epoch": 11,
1198
+ "seconds": 59.09
1199
+ },
1200
+ {
1201
+ "model": "addressingtwoproblemsdee",
1202
+ "dataset": "assist2012",
1203
+ "fold": 2,
1204
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1205
+ "leap_kt_version": "0.1.0",
1206
+ "run_id": "19feb02cdeb-2c0127",
1207
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1208
+ "epoch": 12,
1209
+ "train_loss": 0.5734215376550437,
1210
+ "val_auc": 0.7293409395712501,
1211
+ "val_acc": 0.7314595508714887,
1212
+ "val_f1": 0.8235541483583524,
1213
+ "epochs_without_improvement": 0,
1214
+ "best_epoch": 12,
1215
+ "seconds": 64.122
1216
+ },
1217
+ {
1218
+ "model": "addressingtwoproblemsdee",
1219
+ "dataset": "assist2012",
1220
+ "fold": 2,
1221
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1222
+ "leap_kt_version": "0.1.0",
1223
+ "run_id": "19feb02cdeb-2c0127",
1224
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1225
+ "epoch": 13,
1226
+ "train_loss": 0.5726067817352646,
1227
+ "val_auc": 0.7295359149894268,
1228
+ "val_acc": 0.7317164893790964,
1229
+ "val_f1": 0.8241854627000467,
1230
+ "epochs_without_improvement": 0,
1231
+ "best_epoch": 13,
1232
+ "seconds": 71.524
1233
+ },
1234
+ {
1235
+ "model": "addressingtwoproblemsdee",
1236
+ "dataset": "assist2012",
1237
+ "fold": 2,
1238
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1239
+ "leap_kt_version": "0.1.0",
1240
+ "run_id": "19feb02cdeb-2c0127",
1241
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1242
+ "epoch": 14,
1243
+ "train_loss": 0.5715816078447801,
1244
+ "val_auc": 0.7297093739186216,
1245
+ "val_acc": 0.7319056895528803,
1246
+ "val_f1": 0.8245085057780578,
1247
+ "epochs_without_improvement": 0,
1248
+ "best_epoch": 14,
1249
+ "seconds": 55.988
1250
+ },
1251
+ {
1252
+ "model": "addressingtwoproblemsdee",
1253
+ "dataset": "assist2012",
1254
+ "fold": 2,
1255
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1256
+ "leap_kt_version": "0.1.0",
1257
+ "run_id": "19feb02cdeb-2c0127",
1258
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1259
+ "epoch": 15,
1260
+ "train_loss": 0.5707209230972681,
1261
+ "val_auc": 0.729832380665105,
1262
+ "val_acc": 0.7317468548390864,
1263
+ "val_f1": 0.8241749493242209,
1264
+ "epochs_without_improvement": 0,
1265
+ "best_epoch": 15,
1266
+ "seconds": 57.433
1267
+ },
1268
+ {
1269
+ "model": "addressingtwoproblemsdee",
1270
+ "dataset": "assist2012",
1271
+ "fold": 2,
1272
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1273
+ "leap_kt_version": "0.1.0",
1274
+ "run_id": "19feb02cdeb-2c0127",
1275
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1276
+ "epoch": 16,
1277
+ "train_loss": 0.5698994985762265,
1278
+ "val_auc": 0.7297388966715967,
1279
+ "val_acc": 0.7319337192082557,
1280
+ "val_f1": 0.8248503588031146,
1281
+ "epochs_without_improvement": 1,
1282
+ "best_epoch": 15,
1283
+ "seconds": 59.196
1284
+ },
1285
+ {
1286
+ "model": "addressingtwoproblemsdee",
1287
+ "dataset": "assist2012",
1288
+ "fold": 2,
1289
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1290
+ "leap_kt_version": "0.1.0",
1291
+ "run_id": "19feb02cdeb-2c0127",
1292
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1293
+ "epoch": 17,
1294
+ "train_loss": 0.5689533290505763,
1295
+ "val_auc": 0.7298925268991243,
1296
+ "val_acc": 0.7320388304159133,
1297
+ "val_f1": 0.8252090059589744,
1298
+ "epochs_without_improvement": 0,
1299
+ "best_epoch": 17,
1300
+ "seconds": 65.436
1301
+ },
1302
+ {
1303
+ "model": "addressingtwoproblemsdee",
1304
+ "dataset": "assist2012",
1305
+ "fold": 2,
1306
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1307
+ "leap_kt_version": "0.1.0",
1308
+ "run_id": "19feb02cdeb-2c0127",
1309
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1310
+ "epoch": 18,
1311
+ "train_loss": 0.568073236977665,
1312
+ "val_auc": 0.7297954439788714,
1313
+ "val_acc": 0.7320762032897472,
1314
+ "val_f1": 0.8248437454665952,
1315
+ "epochs_without_improvement": 1,
1316
+ "best_epoch": 17,
1317
+ "seconds": 66.77
1318
+ },
1319
+ {
1320
+ "model": "addressingtwoproblemsdee",
1321
+ "dataset": "assist2012",
1322
+ "fold": 2,
1323
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1324
+ "leap_kt_version": "0.1.0",
1325
+ "run_id": "19feb02cdeb-2c0127",
1326
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1327
+ "epoch": 19,
1328
+ "train_loss": 0.5671509424285295,
1329
+ "val_auc": 0.7297406641853814,
1330
+ "val_acc": 0.7320108007605379,
1331
+ "val_f1": 0.8247645958226737,
1332
+ "epochs_without_improvement": 2,
1333
+ "best_epoch": 17,
1334
+ "seconds": 63.745
1335
+ },
1336
+ {
1337
+ "model": "addressingtwoproblemsdee",
1338
+ "dataset": "assist2012",
1339
+ "fold": 2,
1340
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1341
+ "leap_kt_version": "0.1.0",
1342
+ "run_id": "19feb02cdeb-2c0127",
1343
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1344
+ "epoch": 20,
1345
+ "train_loss": 0.5661799465955542,
1346
+ "val_auc": 0.7296266443923447,
1347
+ "val_acc": 0.7322747466819896,
1348
+ "val_f1": 0.8257936845688995,
1349
+ "epochs_without_improvement": 3,
1350
+ "best_epoch": 17,
1351
+ "seconds": 58.823
1352
+ },
1353
+ {
1354
+ "model": "addressingtwoproblemsdee",
1355
+ "dataset": "assist2012",
1356
+ "fold": 2,
1357
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1358
+ "leap_kt_version": "0.1.0",
1359
+ "run_id": "19feb02cdeb-2c0127",
1360
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1361
+ "epoch": 21,
1362
+ "train_loss": 0.5651601756804068,
1363
+ "val_auc": 0.729323317315038,
1364
+ "val_acc": 0.7318799957021195,
1365
+ "val_f1": 0.8257055700058156,
1366
+ "epochs_without_improvement": 4,
1367
+ "best_epoch": 17,
1368
+ "seconds": 58.856
1369
+ },
1370
+ {
1371
+ "model": "addressingtwoproblemsdee",
1372
+ "dataset": "assist2012",
1373
+ "fold": 2,
1374
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1375
+ "leap_kt_version": "0.1.0",
1376
+ "run_id": "19feb02cdeb-2c0127",
1377
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1378
+ "epoch": 22,
1379
+ "train_loss": 0.5642732746611717,
1380
+ "val_auc": 0.7290711752857555,
1381
+ "val_acc": 0.7320645242666741,
1382
+ "val_f1": 0.8252803392401824,
1383
+ "epochs_without_improvement": 5,
1384
+ "best_epoch": 17,
1385
+ "seconds": 59.218
1386
+ },
1387
+ {
1388
+ "model": "addressingtwoproblemsdee",
1389
+ "dataset": "assist2012",
1390
+ "fold": 2,
1391
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1392
+ "leap_kt_version": "0.1.0",
1393
+ "run_id": "19feb02cdeb-2c0127",
1394
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1395
+ "epoch": 23,
1396
+ "train_loss": 0.5633898150142647,
1397
+ "val_auc": 0.7286352858289437,
1398
+ "val_acc": 0.7319921143236211,
1399
+ "val_f1": 0.8257541128249675,
1400
+ "epochs_without_improvement": 6,
1401
+ "best_epoch": 17,
1402
+ "seconds": 58.625
1403
+ },
1404
+ {
1405
+ "model": "addressingtwoproblemsdee",
1406
+ "dataset": "assist2012",
1407
+ "fold": 2,
1408
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1409
+ "leap_kt_version": "0.1.0",
1410
+ "run_id": "19feb02cdeb-2c0127",
1411
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1412
+ "epoch": 24,
1413
+ "train_loss": 0.5624980242033033,
1414
+ "val_auc": 0.7281984409883938,
1415
+ "val_acc": 0.731566997883761,
1416
+ "val_f1": 0.8248718781001843,
1417
+ "epochs_without_improvement": 7,
1418
+ "best_epoch": 17,
1419
+ "seconds": 57.745
1420
+ },
1421
+ {
1422
+ "model": "addressingtwoproblemsdee",
1423
+ "dataset": "assist2012",
1424
+ "fold": 2,
1425
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1426
+ "leap_kt_version": "0.1.0",
1427
+ "run_id": "19feb02cdeb-2c0127",
1428
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1429
+ "epoch": 25,
1430
+ "train_loss": 0.5614721057411471,
1431
+ "val_auc": 0.7279375559820026,
1432
+ "val_acc": 0.7318356154144419,
1433
+ "val_f1": 0.8256716907443794,
1434
+ "epochs_without_improvement": 8,
1435
+ "best_epoch": 17,
1436
+ "seconds": 55.493
1437
+ },
1438
+ {
1439
+ "model": "addressingtwoproblemsdee",
1440
+ "dataset": "assist2012",
1441
+ "fold": 2,
1442
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1443
+ "leap_kt_version": "0.1.0",
1444
+ "run_id": "19feb02cdeb-2c0127",
1445
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1446
+ "epoch": 26,
1447
+ "train_loss": 0.5603932747589728,
1448
+ "val_auc": 0.7273261056696858,
1449
+ "val_acc": 0.7318029141498372,
1450
+ "val_f1": 0.8259654356017546,
1451
+ "epochs_without_improvement": 9,
1452
+ "best_epoch": 17,
1453
+ "seconds": 46.213
1454
+ },
1455
+ {
1456
+ "model": "addressingtwoproblemsdee",
1457
+ "dataset": "assist2012",
1458
+ "fold": 2,
1459
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1460
+ "leap_kt_version": "0.1.0",
1461
+ "run_id": "19feb02cdeb-2c0127",
1462
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1463
+ "epoch": 27,
1464
+ "train_loss": 0.5597089452984071,
1465
+ "val_auc": 0.7266187588172712,
1466
+ "val_acc": 0.7310951653516087,
1467
+ "val_f1": 0.825148654703412,
1468
+ "epochs_without_improvement": 10,
1469
+ "best_epoch": 17,
1470
+ "seconds": 45.744
1471
+ }
1472
+ ]
1473
+ },
1474
+ "output_dir": "results/addressingtwoproblemsdee_assist2012/fold2"
1475
+ },
1476
+ {
1477
+ "fold": 3,
1478
+ "n_fit_users": 17591,
1479
+ "n_validation_users": 4397,
1480
+ "n_test_users": 5497,
1481
+ "test_metrics": {
1482
+ "auc": 0.732645351093277,
1483
+ "acc": 0.7337332700665055,
1484
+ "f1": 0.8273091192410931,
1485
+ "n_scored": 531084
1486
+ },
1487
+ "training": {
1488
+ "best_epoch": 17,
1489
+ "best_score": 0.730598691198858,
1490
+ "epochs_run": 28,
1491
+ "stopped_early": true,
1492
+ "history": [
1493
+ {
1494
+ "model": "addressingtwoproblemsdee",
1495
+ "dataset": "assist2012",
1496
+ "fold": 3,
1497
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1498
+ "leap_kt_version": "0.1.0",
1499
+ "run_id": "19feb1ccccf-2c0127",
1500
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1501
+ "epoch": 0,
1502
+ "train_loss": 0.6090228862674149,
1503
+ "val_auc": 0.7139593774058386,
1504
+ "val_acc": 0.7278355733943311,
1505
+ "val_f1": 0.8230102511389292,
1506
+ "epochs_without_improvement": 0,
1507
+ "best_epoch": 0,
1508
+ "seconds": 56.726
1509
+ },
1510
+ {
1511
+ "model": "addressingtwoproblemsdee",
1512
+ "dataset": "assist2012",
1513
+ "fold": 3,
1514
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1515
+ "leap_kt_version": "0.1.0",
1516
+ "run_id": "19feb1ccccf-2c0127",
1517
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1518
+ "epoch": 1,
1519
+ "train_loss": 0.5901496648788452,
1520
+ "val_auc": 0.7185783011634155,
1521
+ "val_acc": 0.7299152605100606,
1522
+ "val_f1": 0.8248134146322577,
1523
+ "epochs_without_improvement": 0,
1524
+ "best_epoch": 1,
1525
+ "seconds": 58.792
1526
+ },
1527
+ {
1528
+ "model": "addressingtwoproblemsdee",
1529
+ "dataset": "assist2012",
1530
+ "fold": 3,
1531
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1532
+ "leap_kt_version": "0.1.0",
1533
+ "run_id": "19feb1ccccf-2c0127",
1534
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1535
+ "epoch": 2,
1536
+ "train_loss": 0.5867689673547392,
1537
+ "val_auc": 0.7213449590681023,
1538
+ "val_acc": 0.7319089904086071,
1539
+ "val_f1": 0.8273226396813436,
1540
+ "epochs_without_improvement": 0,
1541
+ "best_epoch": 2,
1542
+ "seconds": 57.921
1543
+ },
1544
+ {
1545
+ "model": "addressingtwoproblemsdee",
1546
+ "dataset": "assist2012",
1547
+ "fold": 3,
1548
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1549
+ "leap_kt_version": "0.1.0",
1550
+ "run_id": "19feb1ccccf-2c0127",
1551
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1552
+ "epoch": 3,
1553
+ "train_loss": 0.5845395399464501,
1554
+ "val_auc": 0.7228454748257734,
1555
+ "val_acc": 0.733088514444394,
1556
+ "val_f1": 0.8284854194348209,
1557
+ "epochs_without_improvement": 0,
1558
+ "best_epoch": 3,
1559
+ "seconds": 61.568
1560
+ },
1561
+ {
1562
+ "model": "addressingtwoproblemsdee",
1563
+ "dataset": "assist2012",
1564
+ "fold": 3,
1565
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1566
+ "leap_kt_version": "0.1.0",
1567
+ "run_id": "19feb1ccccf-2c0127",
1568
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1569
+ "epoch": 4,
1570
+ "train_loss": 0.5828468671109941,
1571
+ "val_auc": 0.7242163894985176,
1572
+ "val_acc": 0.7334944235255353,
1573
+ "val_f1": 0.8285215638558067,
1574
+ "epochs_without_improvement": 0,
1575
+ "best_epoch": 4,
1576
+ "seconds": 54.618
1577
+ },
1578
+ {
1579
+ "model": "addressingtwoproblemsdee",
1580
+ "dataset": "assist2012",
1581
+ "fold": 3,
1582
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1583
+ "leap_kt_version": "0.1.0",
1584
+ "run_id": "19feb1ccccf-2c0127",
1585
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1586
+ "epoch": 5,
1587
+ "train_loss": 0.5816336901982625,
1588
+ "val_auc": 0.7254573907969133,
1589
+ "val_acc": 0.7337642336794703,
1590
+ "val_f1": 0.828430791766746,
1591
+ "epochs_without_improvement": 0,
1592
+ "best_epoch": 5,
1593
+ "seconds": 58.87
1594
+ },
1595
+ {
1596
+ "model": "addressingtwoproblemsdee",
1597
+ "dataset": "assist2012",
1598
+ "fold": 3,
1599
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1600
+ "leap_kt_version": "0.1.0",
1601
+ "run_id": "19feb1ccccf-2c0127",
1602
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1603
+ "epoch": 6,
1604
+ "train_loss": 0.5803598512543572,
1605
+ "val_auc": 0.7263316512142977,
1606
+ "val_acc": 0.7342990785863858,
1607
+ "val_f1": 0.8285242754053092,
1608
+ "epochs_without_improvement": 0,
1609
+ "best_epoch": 6,
1610
+ "seconds": 58.581
1611
+ },
1612
+ {
1613
+ "model": "addressingtwoproblemsdee",
1614
+ "dataset": "assist2012",
1615
+ "fold": 3,
1616
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1617
+ "leap_kt_version": "0.1.0",
1618
+ "run_id": "19feb1ccccf-2c0127",
1619
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1620
+ "epoch": 7,
1621
+ "train_loss": 0.5793909411077146,
1622
+ "val_auc": 0.7271965671149979,
1623
+ "val_acc": 0.7346118673489123,
1624
+ "val_f1": 0.8282749627652014,
1625
+ "epochs_without_improvement": 0,
1626
+ "best_epoch": 7,
1627
+ "seconds": 58.211
1628
+ },
1629
+ {
1630
+ "model": "addressingtwoproblemsdee",
1631
+ "dataset": "assist2012",
1632
+ "fold": 3,
1633
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1634
+ "leap_kt_version": "0.1.0",
1635
+ "run_id": "19feb1ccccf-2c0127",
1636
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1637
+ "epoch": 8,
1638
+ "train_loss": 0.5783432492503413,
1639
+ "val_auc": 0.7276338448715406,
1640
+ "val_acc": 0.7351323860529639,
1641
+ "val_f1": 0.8289511015715589,
1642
+ "epochs_without_improvement": 0,
1643
+ "best_epoch": 8,
1644
+ "seconds": 58.498
1645
+ },
1646
+ {
1647
+ "model": "addressingtwoproblemsdee",
1648
+ "dataset": "assist2012",
1649
+ "fold": 3,
1650
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1651
+ "leap_kt_version": "0.1.0",
1652
+ "run_id": "19feb1ccccf-2c0127",
1653
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1654
+ "epoch": 9,
1655
+ "train_loss": 0.5773463855407857,
1656
+ "val_auc": 0.7284731559368396,
1657
+ "val_acc": 0.7353210143906708,
1658
+ "val_f1": 0.8293678586436676,
1659
+ "epochs_without_improvement": 0,
1660
+ "best_epoch": 9,
1661
+ "seconds": 54.628
1662
+ },
1663
+ {
1664
+ "model": "addressingtwoproblemsdee",
1665
+ "dataset": "assist2012",
1666
+ "fold": 3,
1667
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1668
+ "leap_kt_version": "0.1.0",
1669
+ "run_id": "19feb1ccccf-2c0127",
1670
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1671
+ "epoch": 10,
1672
+ "train_loss": 0.5764171419761799,
1673
+ "val_auc": 0.7291706980967444,
1674
+ "val_acc": 0.7354547256173997,
1675
+ "val_f1": 0.8292143041016622,
1676
+ "epochs_without_improvement": 0,
1677
+ "best_epoch": 10,
1678
+ "seconds": 61.043
1679
+ },
1680
+ {
1681
+ "model": "addressingtwoproblemsdee",
1682
+ "dataset": "assist2012",
1683
+ "fold": 3,
1684
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1685
+ "leap_kt_version": "0.1.0",
1686
+ "run_id": "19feb1ccccf-2c0127",
1687
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1688
+ "epoch": 11,
1689
+ "train_loss": 0.5755127853375894,
1690
+ "val_auc": 0.7293782080479188,
1691
+ "val_acc": 0.7355359074336278,
1692
+ "val_f1": 0.8292093215464774,
1693
+ "epochs_without_improvement": 0,
1694
+ "best_epoch": 11,
1695
+ "seconds": 58.647
1696
+ },
1697
+ {
1698
+ "model": "addressingtwoproblemsdee",
1699
+ "dataset": "assist2012",
1700
+ "fold": 3,
1701
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1702
+ "leap_kt_version": "0.1.0",
1703
+ "run_id": "19feb1ccccf-2c0127",
1704
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1705
+ "epoch": 12,
1706
+ "train_loss": 0.5746642164830809,
1707
+ "val_auc": 0.729749930044719,
1708
+ "val_acc": 0.7357054341675163,
1709
+ "val_f1": 0.8290512491042527,
1710
+ "epochs_without_improvement": 0,
1711
+ "best_epoch": 12,
1712
+ "seconds": 58.858
1713
+ },
1714
+ {
1715
+ "model": "addressingtwoproblemsdee",
1716
+ "dataset": "assist2012",
1717
+ "fold": 3,
1718
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1719
+ "leap_kt_version": "0.1.0",
1720
+ "run_id": "19feb1ccccf-2c0127",
1721
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1722
+ "epoch": 13,
1723
+ "train_loss": 0.5737348595813468,
1724
+ "val_auc": 0.7299749431769598,
1725
+ "val_acc": 0.7359824074228832,
1726
+ "val_f1": 0.8295899024457903,
1727
+ "epochs_without_improvement": 0,
1728
+ "best_epoch": 13,
1729
+ "seconds": 57.648
1730
+ },
1731
+ {
1732
+ "model": "addressingtwoproblemsdee",
1733
+ "dataset": "assist2012",
1734
+ "fold": 3,
1735
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1736
+ "leap_kt_version": "0.1.0",
1737
+ "run_id": "19feb1ccccf-2c0127",
1738
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1739
+ "epoch": 14,
1740
+ "train_loss": 0.5728796123575282,
1741
+ "val_auc": 0.7302009965157922,
1742
+ "val_acc": 0.7360086721281336,
1743
+ "val_f1": 0.8292618896502095,
1744
+ "epochs_without_improvement": 0,
1745
+ "best_epoch": 14,
1746
+ "seconds": 56.217
1747
+ },
1748
+ {
1749
+ "model": "addressingtwoproblemsdee",
1750
+ "dataset": "assist2012",
1751
+ "fold": 3,
1752
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1753
+ "leap_kt_version": "0.1.0",
1754
+ "run_id": "19feb1ccccf-2c0127",
1755
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1756
+ "epoch": 15,
1757
+ "train_loss": 0.5720406547299138,
1758
+ "val_auc": 0.730364407889085,
1759
+ "val_acc": 0.7358439207951998,
1760
+ "val_f1": 0.8292900458283827,
1761
+ "epochs_without_improvement": 0,
1762
+ "best_epoch": 15,
1763
+ "seconds": 57.396
1764
+ },
1765
+ {
1766
+ "model": "addressingtwoproblemsdee",
1767
+ "dataset": "assist2012",
1768
+ "fold": 3,
1769
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1770
+ "leap_kt_version": "0.1.0",
1771
+ "run_id": "19feb1ccccf-2c0127",
1772
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1773
+ "epoch": 16,
1774
+ "train_loss": 0.5710923714107937,
1775
+ "val_auc": 0.7302664353853074,
1776
+ "val_acc": 0.7356385785541518,
1777
+ "val_f1": 0.8295707481966991,
1778
+ "epochs_without_improvement": 1,
1779
+ "best_epoch": 15,
1780
+ "seconds": 61.017
1781
+ },
1782
+ {
1783
+ "model": "addressingtwoproblemsdee",
1784
+ "dataset": "assist2012",
1785
+ "fold": 3,
1786
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1787
+ "leap_kt_version": "0.1.0",
1788
+ "run_id": "19feb1ccccf-2c0127",
1789
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1790
+ "epoch": 17,
1791
+ "train_loss": 0.5702646108909889,
1792
+ "val_auc": 0.730598691198858,
1793
+ "val_acc": 0.7358367576937679,
1794
+ "val_f1": 0.8295455420847719,
1795
+ "epochs_without_improvement": 0,
1796
+ "best_epoch": 17,
1797
+ "seconds": 58.697
1798
+ },
1799
+ {
1800
+ "model": "addressingtwoproblemsdee",
1801
+ "dataset": "assist2012",
1802
+ "fold": 3,
1803
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1804
+ "leap_kt_version": "0.1.0",
1805
+ "run_id": "19feb1ccccf-2c0127",
1806
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1807
+ "epoch": 18,
1808
+ "train_loss": 0.5692281847529941,
1809
+ "val_auc": 0.7303212312195781,
1810
+ "val_acc": 0.7355191935302868,
1811
+ "val_f1": 0.8295000815803814,
1812
+ "epochs_without_improvement": 1,
1813
+ "best_epoch": 17,
1814
+ "seconds": 58.95
1815
+ },
1816
+ {
1817
+ "model": "addressingtwoproblemsdee",
1818
+ "dataset": "assist2012",
1819
+ "fold": 3,
1820
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1821
+ "leap_kt_version": "0.1.0",
1822
+ "run_id": "19feb1ccccf-2c0127",
1823
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1824
+ "epoch": 19,
1825
+ "train_loss": 0.568420871231291,
1826
+ "val_auc": 0.7304383704307902,
1827
+ "val_acc": 0.735805717587563,
1828
+ "val_f1": 0.8293122385259962,
1829
+ "epochs_without_improvement": 2,
1830
+ "best_epoch": 17,
1831
+ "seconds": 58.511
1832
+ },
1833
+ {
1834
+ "model": "addressingtwoproblemsdee",
1835
+ "dataset": "assist2012",
1836
+ "fold": 3,
1837
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1838
+ "leap_kt_version": "0.1.0",
1839
+ "run_id": "19feb1ccccf-2c0127",
1840
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1841
+ "epoch": 20,
1842
+ "train_loss": 0.5676047386946501,
1843
+ "val_auc": 0.7302412762734354,
1844
+ "val_acc": 0.7355621721388782,
1845
+ "val_f1": 0.829112713088346,
1846
+ "epochs_without_improvement": 3,
1847
+ "best_epoch": 17,
1848
+ "seconds": 54.105
1849
+ },
1850
+ {
1851
+ "model": "addressingtwoproblemsdee",
1852
+ "dataset": "assist2012",
1853
+ "fold": 3,
1854
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1855
+ "leap_kt_version": "0.1.0",
1856
+ "run_id": "19feb1ccccf-2c0127",
1857
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1858
+ "epoch": 21,
1859
+ "train_loss": 0.566647106938892,
1860
+ "val_auc": 0.7302201564946604,
1861
+ "val_acc": 0.7357054341675163,
1862
+ "val_f1": 0.8292195228823314,
1863
+ "epochs_without_improvement": 4,
1864
+ "best_epoch": 17,
1865
+ "seconds": 61.925
1866
+ },
1867
+ {
1868
+ "model": "addressingtwoproblemsdee",
1869
+ "dataset": "assist2012",
1870
+ "fold": 3,
1871
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1872
+ "leap_kt_version": "0.1.0",
1873
+ "run_id": "19feb1ccccf-2c0127",
1874
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1875
+ "epoch": 22,
1876
+ "train_loss": 0.5654572838765604,
1877
+ "val_auc": 0.7299163339242571,
1878
+ "val_acc": 0.7356624555589248,
1879
+ "val_f1": 0.8294659141322029,
1880
+ "epochs_without_improvement": 5,
1881
+ "best_epoch": 17,
1882
+ "seconds": 61.728
1883
+ },
1884
+ {
1885
+ "model": "addressingtwoproblemsdee",
1886
+ "dataset": "assist2012",
1887
+ "fold": 3,
1888
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1889
+ "leap_kt_version": "0.1.0",
1890
+ "run_id": "19feb1ccccf-2c0127",
1891
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1892
+ "epoch": 23,
1893
+ "train_loss": 0.5648992641766866,
1894
+ "val_auc": 0.7300310442042036,
1895
+ "val_acc": 0.7358725732009274,
1896
+ "val_f1": 0.8291176588717626,
1897
+ "epochs_without_improvement": 6,
1898
+ "best_epoch": 17,
1899
+ "seconds": 58.879
1900
+ },
1901
+ {
1902
+ "model": "addressingtwoproblemsdee",
1903
+ "dataset": "assist2012",
1904
+ "fold": 3,
1905
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1906
+ "leap_kt_version": "0.1.0",
1907
+ "run_id": "19feb1ccccf-2c0127",
1908
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1909
+ "epoch": 24,
1910
+ "train_loss": 0.56366177422029,
1911
+ "val_auc": 0.7295313811559473,
1912
+ "val_acc": 0.735648129356061,
1913
+ "val_f1": 0.8288106083799522,
1914
+ "epochs_without_improvement": 7,
1915
+ "best_epoch": 17,
1916
+ "seconds": 58.949
1917
+ },
1918
+ {
1919
+ "model": "addressingtwoproblemsdee",
1920
+ "dataset": "assist2012",
1921
+ "fold": 3,
1922
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1923
+ "leap_kt_version": "0.1.0",
1924
+ "run_id": "19feb1ccccf-2c0127",
1925
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1926
+ "epoch": 25,
1927
+ "train_loss": 0.5628753616191723,
1928
+ "val_auc": 0.7290630098679042,
1929
+ "val_acc": 0.7355024796269457,
1930
+ "val_f1": 0.8284879535140809,
1931
+ "epochs_without_improvement": 8,
1932
+ "best_epoch": 17,
1933
+ "seconds": 53.629
1934
+ },
1935
+ {
1936
+ "model": "addressingtwoproblemsdee",
1937
+ "dataset": "assist2012",
1938
+ "fold": 3,
1939
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1940
+ "leap_kt_version": "0.1.0",
1941
+ "run_id": "19feb1ccccf-2c0127",
1942
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1943
+ "epoch": 26,
1944
+ "train_loss": 0.561703197867782,
1945
+ "val_auc": 0.7289496996171647,
1946
+ "val_acc": 0.7354857657236046,
1947
+ "val_f1": 0.8281133146937344,
1948
+ "epochs_without_improvement": 9,
1949
+ "best_epoch": 17,
1950
+ "seconds": 55.371
1951
+ },
1952
+ {
1953
+ "model": "addressingtwoproblemsdee",
1954
+ "dataset": "assist2012",
1955
+ "fold": 3,
1956
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1957
+ "leap_kt_version": "0.1.0",
1958
+ "run_id": "19feb1ccccf-2c0127",
1959
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1960
+ "epoch": 27,
1961
+ "train_loss": 0.5608800208568573,
1962
+ "val_auc": 0.7283356800193139,
1963
+ "val_acc": 0.7350631427391222,
1964
+ "val_f1": 0.8278400213495193,
1965
+ "epochs_without_improvement": 10,
1966
+ "best_epoch": 17,
1967
+ "seconds": 60.105
1968
+ }
1969
+ ]
1970
+ },
1971
+ "output_dir": "results/addressingtwoproblemsdee_assist2012/fold3"
1972
+ },
1973
+ {
1974
+ "fold": 4,
1975
+ "n_fit_users": 17591,
1976
+ "n_validation_users": 4397,
1977
+ "n_test_users": 5497,
1978
+ "test_metrics": {
1979
+ "auc": 0.7320710358097388,
1980
+ "acc": 0.7334583606359822,
1981
+ "f1": 0.8258959429508987,
1982
+ "n_scored": 531084
1983
+ },
1984
+ "training": {
1985
+ "best_epoch": 17,
1986
+ "best_score": 0.7337072686702699,
1987
+ "epochs_run": 28,
1988
+ "stopped_early": true,
1989
+ "history": [
1990
+ {
1991
+ "model": "addressingtwoproblemsdee",
1992
+ "dataset": "assist2012",
1993
+ "fold": 4,
1994
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
1995
+ "leap_kt_version": "0.1.0",
1996
+ "run_id": "19feb360680-2c0127",
1997
+ "device": "cuda:NVIDIA GeForce RTX 3090",
1998
+ "epoch": 0,
1999
+ "train_loss": 0.6099013393462942,
2000
+ "val_auc": 0.7182813720169864,
2001
+ "val_acc": 0.729401450508977,
2002
+ "val_f1": 0.8255968477053633,
2003
+ "epochs_without_improvement": 0,
2004
+ "best_epoch": 0,
2005
+ "seconds": 59.311
2006
+ },
2007
+ {
2008
+ "model": "addressingtwoproblemsdee",
2009
+ "dataset": "assist2012",
2010
+ "fold": 4,
2011
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2012
+ "leap_kt_version": "0.1.0",
2013
+ "run_id": "19feb360680-2c0127",
2014
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2015
+ "epoch": 1,
2016
+ "train_loss": 0.5911454075521815,
2017
+ "val_auc": 0.7220740985872253,
2018
+ "val_acc": 0.7308046451541079,
2019
+ "val_f1": 0.8243191698049235,
2020
+ "epochs_without_improvement": 0,
2021
+ "best_epoch": 1,
2022
+ "seconds": 70.972
2023
+ },
2024
+ {
2025
+ "model": "addressingtwoproblemsdee",
2026
+ "dataset": "assist2012",
2027
+ "fold": 4,
2028
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2029
+ "leap_kt_version": "0.1.0",
2030
+ "run_id": "19feb360680-2c0127",
2031
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2032
+ "epoch": 2,
2033
+ "train_loss": 0.5876585576760662,
2034
+ "val_auc": 0.7250131701880853,
2035
+ "val_acc": 0.7318413856605104,
2036
+ "val_f1": 0.8246206680005036,
2037
+ "epochs_without_improvement": 0,
2038
+ "best_epoch": 2,
2039
+ "seconds": 58.656
2040
+ },
2041
+ {
2042
+ "model": "addressingtwoproblemsdee",
2043
+ "dataset": "assist2012",
2044
+ "fold": 4,
2045
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2046
+ "leap_kt_version": "0.1.0",
2047
+ "run_id": "19feb360680-2c0127",
2048
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2049
+ "epoch": 3,
2050
+ "train_loss": 0.5854781302747811,
2051
+ "val_auc": 0.7265145392320868,
2052
+ "val_acc": 0.7324676047583374,
2053
+ "val_f1": 0.8250275695838093,
2054
+ "epochs_without_improvement": 0,
2055
+ "best_epoch": 3,
2056
+ "seconds": 56.802
2057
+ },
2058
+ {
2059
+ "model": "addressingtwoproblemsdee",
2060
+ "dataset": "assist2012",
2061
+ "fold": 4,
2062
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2063
+ "leap_kt_version": "0.1.0",
2064
+ "run_id": "19feb360680-2c0127",
2065
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2066
+ "epoch": 4,
2067
+ "train_loss": 0.58396071186759,
2068
+ "val_auc": 0.7278642654674361,
2069
+ "val_acc": 0.7328085462671543,
2070
+ "val_f1": 0.8245289628805995,
2071
+ "epochs_without_improvement": 0,
2072
+ "best_epoch": 4,
2073
+ "seconds": 57.797
2074
+ },
2075
+ {
2076
+ "model": "addressingtwoproblemsdee",
2077
+ "dataset": "assist2012",
2078
+ "fold": 4,
2079
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2080
+ "leap_kt_version": "0.1.0",
2081
+ "run_id": "19feb360680-2c0127",
2082
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2083
+ "epoch": 5,
2084
+ "train_loss": 0.5827035477677863,
2085
+ "val_auc": 0.7288414566770273,
2086
+ "val_acc": 0.7334440426849492,
2087
+ "val_f1": 0.8253294223140872,
2088
+ "epochs_without_improvement": 0,
2089
+ "best_epoch": 5,
2090
+ "seconds": 64.348
2091
+ },
2092
+ {
2093
+ "model": "addressingtwoproblemsdee",
2094
+ "dataset": "assist2012",
2095
+ "fold": 4,
2096
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2097
+ "leap_kt_version": "0.1.0",
2098
+ "run_id": "19feb360680-2c0127",
2099
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2100
+ "epoch": 6,
2101
+ "train_loss": 0.5815282524604826,
2102
+ "val_auc": 0.7298034814301679,
2103
+ "val_acc": 0.7342442115321726,
2104
+ "val_f1": 0.8259000676142795,
2105
+ "epochs_without_improvement": 0,
2106
+ "best_epoch": 6,
2107
+ "seconds": 72.622
2108
+ },
2109
+ {
2110
+ "model": "addressingtwoproblemsdee",
2111
+ "dataset": "assist2012",
2112
+ "fold": 4,
2113
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2114
+ "leap_kt_version": "0.1.0",
2115
+ "run_id": "19feb360680-2c0127",
2116
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2117
+ "epoch": 7,
2118
+ "train_loss": 0.5804370122599672,
2119
+ "val_auc": 0.7304765166225493,
2120
+ "val_acc": 0.734369455351738,
2121
+ "val_f1": 0.8257989544499759,
2122
+ "epochs_without_improvement": 0,
2123
+ "best_epoch": 7,
2124
+ "seconds": 59.189
2125
+ },
2126
+ {
2127
+ "model": "addressingtwoproblemsdee",
2128
+ "dataset": "assist2012",
2129
+ "fold": 4,
2130
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2131
+ "leap_kt_version": "0.1.0",
2132
+ "run_id": "19feb360680-2c0127",
2133
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2134
+ "epoch": 8,
2135
+ "train_loss": 0.5794610360344369,
2136
+ "val_auc": 0.7312388804316263,
2137
+ "val_acc": 0.7345503630911102,
2138
+ "val_f1": 0.8260932326622774,
2139
+ "epochs_without_improvement": 0,
2140
+ "best_epoch": 8,
2141
+ "seconds": 54.097
2142
+ },
2143
+ {
2144
+ "model": "addressingtwoproblemsdee",
2145
+ "dataset": "assist2012",
2146
+ "fold": 4,
2147
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2148
+ "leap_kt_version": "0.1.0",
2149
+ "run_id": "19feb360680-2c0127",
2150
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2151
+ "epoch": 9,
2152
+ "train_loss": 0.5784796684626655,
2153
+ "val_auc": 0.7319776862145269,
2154
+ "val_acc": 0.7352020948188487,
2155
+ "val_f1": 0.8265679069357647,
2156
+ "epochs_without_improvement": 0,
2157
+ "best_epoch": 9,
2158
+ "seconds": 58.917
2159
+ },
2160
+ {
2161
+ "model": "addressingtwoproblemsdee",
2162
+ "dataset": "assist2012",
2163
+ "fold": 4,
2164
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2165
+ "leap_kt_version": "0.1.0",
2166
+ "run_id": "19feb360680-2c0127",
2167
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2168
+ "epoch": 10,
2169
+ "train_loss": 0.5775281912053021,
2170
+ "val_auc": 0.7324263205006377,
2171
+ "val_acc": 0.7353064646684866,
2172
+ "val_f1": 0.8269068307531771,
2173
+ "epochs_without_improvement": 0,
2174
+ "best_epoch": 10,
2175
+ "seconds": 58.109
2176
+ },
2177
+ {
2178
+ "model": "addressingtwoproblemsdee",
2179
+ "dataset": "assist2012",
2180
+ "fold": 4,
2181
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2182
+ "leap_kt_version": "0.1.0",
2183
+ "run_id": "19feb360680-2c0127",
2184
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2185
+ "epoch": 11,
2186
+ "train_loss": 0.5765289696989144,
2187
+ "val_auc": 0.7327117112481433,
2188
+ "val_acc": 0.735716986077062,
2189
+ "val_f1": 0.8274252516349075,
2190
+ "epochs_without_improvement": 0,
2191
+ "best_epoch": 11,
2192
+ "seconds": 82.394
2193
+ },
2194
+ {
2195
+ "model": "addressingtwoproblemsdee",
2196
+ "dataset": "assist2012",
2197
+ "fold": 4,
2198
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2199
+ "leap_kt_version": "0.1.0",
2200
+ "run_id": "19feb360680-2c0127",
2201
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2202
+ "epoch": 12,
2203
+ "train_loss": 0.5757894930747567,
2204
+ "val_auc": 0.7330797248722208,
2205
+ "val_acc": 0.7358747005165148,
2206
+ "val_f1": 0.8275762870458131,
2207
+ "epochs_without_improvement": 0,
2208
+ "best_epoch": 12,
2209
+ "seconds": 58.641
2210
+ },
2211
+ {
2212
+ "model": "addressingtwoproblemsdee",
2213
+ "dataset": "assist2012",
2214
+ "fold": 4,
2215
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2216
+ "leap_kt_version": "0.1.0",
2217
+ "run_id": "19feb360680-2c0127",
2218
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2219
+ "epoch": 13,
2220
+ "train_loss": 0.5748073478569263,
2221
+ "val_auc": 0.7334722217394678,
2222
+ "val_acc": 0.7362063647053639,
2223
+ "val_f1": 0.8279837083843139,
2224
+ "epochs_without_improvement": 0,
2225
+ "best_epoch": 13,
2226
+ "seconds": 55.281
2227
+ },
2228
+ {
2229
+ "model": "addressingtwoproblemsdee",
2230
+ "dataset": "assist2012",
2231
+ "fold": 4,
2232
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2233
+ "leap_kt_version": "0.1.0",
2234
+ "run_id": "19feb360680-2c0127",
2235
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2236
+ "epoch": 14,
2237
+ "train_loss": 0.5740207171051014,
2238
+ "val_auc": 0.7334894452403045,
2239
+ "val_acc": 0.7362620286251708,
2240
+ "val_f1": 0.8280917646169546,
2241
+ "epochs_without_improvement": 0,
2242
+ "best_epoch": 14,
2243
+ "seconds": 57.757
2244
+ },
2245
+ {
2246
+ "model": "addressingtwoproblemsdee",
2247
+ "dataset": "assist2012",
2248
+ "fold": 4,
2249
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2250
+ "leap_kt_version": "0.1.0",
2251
+ "run_id": "19feb360680-2c0127",
2252
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2253
+ "epoch": 15,
2254
+ "train_loss": 0.5732280734031066,
2255
+ "val_auc": 0.7334667001300997,
2256
+ "val_acc": 0.7359929863461043,
2257
+ "val_f1": 0.8278810111002073,
2258
+ "epochs_without_improvement": 1,
2259
+ "best_epoch": 14,
2260
+ "seconds": 58.911
2261
+ },
2262
+ {
2263
+ "model": "addressingtwoproblemsdee",
2264
+ "dataset": "assist2012",
2265
+ "fold": 4,
2266
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2267
+ "leap_kt_version": "0.1.0",
2268
+ "run_id": "19feb360680-2c0127",
2269
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2270
+ "epoch": 16,
2271
+ "train_loss": 0.5722766619407812,
2272
+ "val_auc": 0.7336344773327745,
2273
+ "val_acc": 0.736347843834873,
2274
+ "val_f1": 0.8284601919478481,
2275
+ "epochs_without_improvement": 0,
2276
+ "best_epoch": 16,
2277
+ "seconds": 71.107
2278
+ },
2279
+ {
2280
+ "model": "addressingtwoproblemsdee",
2281
+ "dataset": "assist2012",
2282
+ "fold": 4,
2283
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2284
+ "leap_kt_version": "0.1.0",
2285
+ "run_id": "19feb360680-2c0127",
2286
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2287
+ "epoch": 17,
2288
+ "train_loss": 0.5713610768937215,
2289
+ "val_auc": 0.7337072686702699,
2290
+ "val_acc": 0.7364174237346316,
2291
+ "val_f1": 0.8283230811993184,
2292
+ "epochs_without_improvement": 0,
2293
+ "best_epoch": 17,
2294
+ "seconds": 64.458
2295
+ },
2296
+ {
2297
+ "model": "addressingtwoproblemsdee",
2298
+ "dataset": "assist2012",
2299
+ "fold": 4,
2300
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2301
+ "leap_kt_version": "0.1.0",
2302
+ "run_id": "19feb360680-2c0127",
2303
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2304
+ "epoch": 18,
2305
+ "train_loss": 0.5705038222873954,
2306
+ "val_auc": 0.7332860052986074,
2307
+ "val_acc": 0.7365055582743257,
2308
+ "val_f1": 0.8288371083945267,
2309
+ "epochs_without_improvement": 1,
2310
+ "best_epoch": 17,
2311
+ "seconds": 57.83
2312
+ },
2313
+ {
2314
+ "model": "addressingtwoproblemsdee",
2315
+ "dataset": "assist2012",
2316
+ "fold": 4,
2317
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2318
+ "leap_kt_version": "0.1.0",
2319
+ "run_id": "19feb360680-2c0127",
2320
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2321
+ "epoch": 19,
2322
+ "train_loss": 0.5695436754725454,
2323
+ "val_auc": 0.7336041658439637,
2324
+ "val_acc": 0.7366493567338267,
2325
+ "val_f1": 0.8291868375209481,
2326
+ "epochs_without_improvement": 2,
2327
+ "best_epoch": 17,
2328
+ "seconds": 54.316
2329
+ },
2330
+ {
2331
+ "model": "addressingtwoproblemsdee",
2332
+ "dataset": "assist2012",
2333
+ "fold": 4,
2334
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2335
+ "leap_kt_version": "0.1.0",
2336
+ "run_id": "19feb360680-2c0127",
2337
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2338
+ "epoch": 20,
2339
+ "train_loss": 0.5686511497292391,
2340
+ "val_auc": 0.7331597120370601,
2341
+ "val_acc": 0.73639191110472,
2342
+ "val_f1": 0.8290658834110122,
2343
+ "epochs_without_improvement": 3,
2344
+ "best_epoch": 17,
2345
+ "seconds": 58.964
2346
+ },
2347
+ {
2348
+ "model": "addressingtwoproblemsdee",
2349
+ "dataset": "assist2012",
2350
+ "fold": 4,
2351
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2352
+ "leap_kt_version": "0.1.0",
2353
+ "run_id": "19feb360680-2c0127",
2354
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2355
+ "epoch": 21,
2356
+ "train_loss": 0.5676649959663963,
2357
+ "val_auc": 0.7327824379235146,
2358
+ "val_acc": 0.7362086840353559,
2359
+ "val_f1": 0.8293697229373324,
2360
+ "epochs_without_improvement": 4,
2361
+ "best_epoch": 17,
2362
+ "seconds": 77.396
2363
+ },
2364
+ {
2365
+ "model": "addressingtwoproblemsdee",
2366
+ "dataset": "assist2012",
2367
+ "fold": 4,
2368
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2369
+ "leap_kt_version": "0.1.0",
2370
+ "run_id": "19feb360680-2c0127",
2371
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2372
+ "epoch": 22,
2373
+ "train_loss": 0.5667941778986674,
2374
+ "val_auc": 0.7326465177427268,
2375
+ "val_acc": 0.7364730876544384,
2376
+ "val_f1": 0.8294051054450674,
2377
+ "epochs_without_improvement": 5,
2378
+ "best_epoch": 17,
2379
+ "seconds": 58.505
2380
+ },
2381
+ {
2382
+ "model": "addressingtwoproblemsdee",
2383
+ "dataset": "assist2012",
2384
+ "fold": 4,
2385
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2386
+ "leap_kt_version": "0.1.0",
2387
+ "run_id": "19feb360680-2c0127",
2388
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2389
+ "epoch": 23,
2390
+ "train_loss": 0.5659223354977033,
2391
+ "val_auc": 0.7321393282162858,
2392
+ "val_acc": 0.7362689866151466,
2393
+ "val_f1": 0.8293314041623265,
2394
+ "epochs_without_improvement": 6,
2395
+ "best_epoch": 17,
2396
+ "seconds": 64.778
2397
+ },
2398
+ {
2399
+ "model": "addressingtwoproblemsdee",
2400
+ "dataset": "assist2012",
2401
+ "fold": 4,
2402
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2403
+ "leap_kt_version": "0.1.0",
2404
+ "run_id": "19feb360680-2c0127",
2405
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2406
+ "epoch": 24,
2407
+ "train_loss": 0.5650126353038878,
2408
+ "val_auc": 0.7318406870201084,
2409
+ "val_acc": 0.7359303644363216,
2410
+ "val_f1": 0.8287477964755642,
2411
+ "epochs_without_improvement": 7,
2412
+ "best_epoch": 17,
2413
+ "seconds": 53.48
2414
+ },
2415
+ {
2416
+ "model": "addressingtwoproblemsdee",
2417
+ "dataset": "assist2012",
2418
+ "fold": 4,
2419
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2420
+ "leap_kt_version": "0.1.0",
2421
+ "run_id": "19feb360680-2c0127",
2422
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2423
+ "epoch": 25,
2424
+ "train_loss": 0.5638349617358839,
2425
+ "val_auc": 0.7317012633179685,
2426
+ "val_acc": 0.7359257257763377,
2427
+ "val_f1": 0.8284831959989757,
2428
+ "epochs_without_improvement": 8,
2429
+ "best_epoch": 17,
2430
+ "seconds": 59.065
2431
+ },
2432
+ {
2433
+ "model": "addressingtwoproblemsdee",
2434
+ "dataset": "assist2012",
2435
+ "fold": 4,
2436
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2437
+ "leap_kt_version": "0.1.0",
2438
+ "run_id": "19feb360680-2c0127",
2439
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2440
+ "epoch": 26,
2441
+ "train_loss": 0.5629405530959987,
2442
+ "val_auc": 0.7312262036994093,
2443
+ "val_acc": 0.7359210871163538,
2444
+ "val_f1": 0.8288879671541842,
2445
+ "epochs_without_improvement": 9,
2446
+ "best_epoch": 17,
2447
+ "seconds": 70.338
2448
+ },
2449
+ {
2450
+ "model": "addressingtwoproblemsdee",
2451
+ "dataset": "assist2012",
2452
+ "fold": 4,
2453
+ "git_commit": "1b3258d20d5204f66c9132df0808d64d3eb16505",
2454
+ "leap_kt_version": "0.1.0",
2455
+ "run_id": "19feb360680-2c0127",
2456
+ "device": "cuda:NVIDIA GeForce RTX 3090",
2457
+ "epoch": 27,
2458
+ "train_loss": 0.5621932013186928,
2459
+ "val_auc": 0.7309985961593974,
2460
+ "val_acc": 0.7358491878866034,
2461
+ "val_f1": 0.8286206559276509,
2462
+ "epochs_without_improvement": 10,
2463
+ "best_epoch": 17,
2464
+ "seconds": 60.621
2465
+ }
2466
+ ]
2467
+ },
2468
+ "output_dir": "results/addressingtwoproblemsdee_assist2012/fold4"
2469
+ }
2470
+ ]
assist2012/split.json ADDED
The diff for this file is too large to render. See raw diff
 
assist2012/summary.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "addressingtwoproblemsdee",
3
+ "dataset": "assist2012",
4
+ "n_folds_completed": 5,
5
+ "n_folds_failed": 0,
6
+ "fold_failures": [],
7
+ "leap_kt_version": "0.1.0",
8
+ "hardware": {
9
+ "device": "cuda",
10
+ "accelerator": "NVIDIA GeForce RTX 3090",
11
+ "torch_version": "2.9.1+cu128",
12
+ "cuda_version": "12.8",
13
+ "cpu": "x86_64",
14
+ "platform": "Linux 5.15.0-140-generic"
15
+ },
16
+ "protocol": {
17
+ "test_ratio": 0.2,
18
+ "n_folds": 5,
19
+ "early_stopping_patience": 10,
20
+ "early_stopping_metric": "auc",
21
+ "max_epochs": 200,
22
+ "primary_metric": "auc",
23
+ "secondary_metrics": [
24
+ "acc",
25
+ "f1"
26
+ ],
27
+ "validation_source": "held_out_fold",
28
+ "seed": 0,
29
+ "is_deviation": false,
30
+ "deviation_reason": ""
31
+ },
32
+ "auc_mean": 0.7322536466878231,
33
+ "auc_std": 0.0002288619931524642,
34
+ "auc_per_fold": [
35
+ 0.732233301877146,
36
+ 0.7321118106436441,
37
+ 0.7322067340153102,
38
+ 0.732645351093277,
39
+ 0.7320710358097388
40
+ ],
41
+ "acc_mean": 0.7337306339486785,
42
+ "acc_std": 0.0002492448203368324,
43
+ "acc_per_fold": [
44
+ 0.7340740824427021,
45
+ 0.7335299124055705,
46
+ 0.7338575441926324,
47
+ 0.7337332700665055,
48
+ 0.7334583606359822
49
+ ],
50
+ "f1_mean": 0.8269030079204189,
51
+ "f1_std": 0.0006156866949706771,
52
+ "f1_per_fold": [
53
+ 0.8272218898680085,
54
+ 0.8273568586116621,
55
+ 0.8267312289304322,
56
+ 0.8273091192410931,
57
+ 0.8258959429508987
58
+ ],
59
+ "batch_size": 32,
60
+ "wall_seconds": 8534.7,
61
+ "git_commit": "2c1ccef92689539bee5834e079cc284f6ca7da5e",
62
+ "reference_auc": null
63
+ }
results.json CHANGED
@@ -125,6 +125,69 @@
125
  "git_commit": "bb08bf2719ced9422f3e38a3898ce31825924363",
126
  "reference_auc": null
127
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  "dbe_kt22": {
129
  "model_type": "addressingtwoproblemsdee",
130
  "dataset": "dbe_kt22",
 
125
  "git_commit": "bb08bf2719ced9422f3e38a3898ce31825924363",
126
  "reference_auc": null
127
  },
128
+ "assist2012": {
129
+ "model_type": "addressingtwoproblemsdee",
130
+ "dataset": "assist2012",
131
+ "n_folds_completed": 5,
132
+ "n_folds_failed": 0,
133
+ "fold_failures": [],
134
+ "leap_kt_version": "0.1.0",
135
+ "hardware": {
136
+ "device": "cuda",
137
+ "accelerator": "NVIDIA GeForce RTX 3090",
138
+ "torch_version": "2.9.1+cu128",
139
+ "cuda_version": "12.8",
140
+ "cpu": "x86_64",
141
+ "platform": "Linux 5.15.0-140-generic"
142
+ },
143
+ "protocol": {
144
+ "test_ratio": 0.2,
145
+ "n_folds": 5,
146
+ "early_stopping_patience": 10,
147
+ "early_stopping_metric": "auc",
148
+ "max_epochs": 200,
149
+ "primary_metric": "auc",
150
+ "secondary_metrics": [
151
+ "acc",
152
+ "f1"
153
+ ],
154
+ "validation_source": "held_out_fold",
155
+ "seed": 0,
156
+ "is_deviation": false,
157
+ "deviation_reason": ""
158
+ },
159
+ "auc_mean": 0.7322536466878231,
160
+ "auc_std": 0.0002288619931524642,
161
+ "auc_per_fold": [
162
+ 0.732233301877146,
163
+ 0.7321118106436441,
164
+ 0.7322067340153102,
165
+ 0.732645351093277,
166
+ 0.7320710358097388
167
+ ],
168
+ "acc_mean": 0.7337306339486785,
169
+ "acc_std": 0.0002492448203368324,
170
+ "acc_per_fold": [
171
+ 0.7340740824427021,
172
+ 0.7335299124055705,
173
+ 0.7338575441926324,
174
+ 0.7337332700665055,
175
+ 0.7334583606359822
176
+ ],
177
+ "f1_mean": 0.8269030079204189,
178
+ "f1_std": 0.0006156866949706771,
179
+ "f1_per_fold": [
180
+ 0.8272218898680085,
181
+ 0.8273568586116621,
182
+ 0.8267312289304322,
183
+ 0.8273091192410931,
184
+ 0.8258959429508987
185
+ ],
186
+ "batch_size": 32,
187
+ "wall_seconds": 8534.7,
188
+ "git_commit": "2c1ccef92689539bee5834e079cc284f6ca7da5e",
189
+ "reference_auc": null
190
+ },
191
  "dbe_kt22": {
192
  "model_type": "addressingtwoproblemsdee",
193
  "dataset": "dbe_kt22",