From 4e36d57c81fb725467cfbcf08accf1eb72a721d4 Mon Sep 17 00:00:00 2001 From: Jiarui Li Date: Wed, 14 Jan 2026 11:16:27 +0800 Subject: [PATCH] Replace sap_delphi models with delphi_fork_lognormal_basis_binned_hazard_cif model in evaluation configuration --- models_eval_example.json | 57 +++------------------------------------- 1 file changed, 4 insertions(+), 53 deletions(-) diff --git a/models_eval_example.json b/models_eval_example.json index f2054e4..5498071 100644 --- a/models_eval_example.json +++ b/models_eval_example.json @@ -56,59 +56,10 @@ "checkpoint_path": "runs/delphi_fork_exponential_sinusoidal_partcov_20260109-222502/best_model.pt" }, { - "name": "sap_delphi_discrete_time_cif_mlp_fullcov", - "model_type": "sap_delphi", - "loss_type": "discrete_time_cif", + "name": "delphi_fork_lognormal_basis_binned_hazard_cif_mlp_fullcov", + "model_type": "delphi_fork", + "loss_type": "lognormal_basis_binned_hazard_cif", "full_cov": true, - "checkpoint_path": "runs/sap_delphi_discrete_time_cif_mlp_fullcov_20260110-010514/best_model.pt" - }, - { - "name": "sap_delphi_discrete_time_cif_mlp_partcov", - "model_type": "sap_delphi", - "loss_type": "discrete_time_cif", - "full_cov": false, - "checkpoint_path": "runs/sap_delphi_discrete_time_cif_mlp_partcov_20260110-005804/best_model.pt" - }, - { - "name": "sap_delphi_discrete_time_cif_sinusoidal_fullcov", - "model_type": "sap_delphi", - "loss_type": "discrete_time_cif", - "full_cov": true, - "checkpoint_path": "runs/sap_delphi_discrete_time_cif_sinusoidal_fullcov_20260109-222502/best_model.pt" - }, - { - "name": "sap_delphi_discrete_time_cif_sinusoidal_partcov", - "model_type": "sap_delphi", - "loss_type": "discrete_time_cif", - "full_cov": false, - "checkpoint_path": "runs/sap_delphi_discrete_time_cif_sinusoidal_partcov_20260109-222501/best_model.pt" - }, - { - "name": "sap_delphi_exponential_mlp_fullcov", - "model_type": "sap_delphi", - "loss_type": "exponential", - "full_cov": true, - "checkpoint_path": "runs/sap_delphi_exponential_mlp_fullcov_20260110-042422/best_model.pt" - }, - { - "name": "sap_delphi_exponential_mlp_partcov", - "model_type": "sap_delphi", - "loss_type": "exponential", - "full_cov": false, - "checkpoint_path": "runs/sap_delphi_exponential_mlp_partcov_20260110-041850/best_model.pt" - }, - { - "name": "sap_delphi_exponential_sinusoidal_fullcov", - "model_type": "sap_delphi", - "loss_type": "exponential", - "full_cov": true, - "checkpoint_path": "runs/sap_delphi_exponential_sinusoidal_fullcov_20260109-222502/best_model.pt" - }, - { - "name": "sap_delphi_exponential_sinusoidal_partcov", - "model_type": "sap_delphi", - "loss_type": "exponential", - "full_cov": false, - "checkpoint_path": "runs/sap_delphi_exponential_sinusoidal_partcov_20260109-222502/best_model.pt" + "checkpoint_path": "runs/delphi_fork_lognormal_basis_binned_hazard_cif_mlp_fullcov_20260113-211559/best_model.pt" } ] \ No newline at end of file