Add LogNormalBasisHazardLoss implementation and update training configuration
This commit is contained in:
@@ -4,7 +4,8 @@ import numpy as np # Numerical operations
|
||||
|
||||
# CSV mapping field IDs to human-readable names
|
||||
field_map_file = "field_ids_enriched.csv"
|
||||
field_dict = {} # Map original field ID -> new column name
|
||||
# Map original field ID -> new column name
|
||||
field_dict = {}
|
||||
tabular_fields = [] # List of tabular feature column names
|
||||
with open(field_map_file, "r", encoding="utf-8") as f: # Open the field mapping file
|
||||
next(f) # skip header line
|
||||
|
||||
Reference in New Issue
Block a user