Skip to content

Commit

Permalink
changed input of rnn
Browse files Browse the repository at this point in the history
  • Loading branch information
youssef.mecky committed Oct 9, 2023
1 parent 869a611 commit ce0831c
Showing 1 changed file with 49 additions and 50 deletions.
99 changes: 49 additions & 50 deletions configs/prediction_models/RNNpytorch.gin
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,55 @@ PredictionDatasetTFTpytorch.target=[
"MissingIndicator_48",
"label",
]
PredictionDatasetTFTpytorch.time_varying_unknown_categoricals=["MissingIndicator_1",
PredictionDatasetTFTpytorch.time_varying_unknown_reals=["alb",
"alp",
"alt",
"ast",
"be",
"bicar",
"bili",
"bili_dir",
"bnd",
"bun",
"ca",
"cai",
"ck",
"ckmb",
"cl",
"crea",
"crp",
"dbp",
"fgn",
"fio2",
"glu",
"hgb",
"hr",
"inr_pt",
"k",
"lact",
"lymph",
"map",
"mch",
"mchc",
"mcv",
"methb",
"mg",
"na",
"neut",
"o2sat",
"pco2",
"ph",
"phos",
"plt",
"po2",
"ptt",
"resp",
"sbp",
"temp",
"tnt",
"urine",
"wbc",
"MissingIndicator_1",
"MissingIndicator_2",
"MissingIndicator_3",
"MissingIndicator_4",
Expand Down Expand Up @@ -175,52 +223,3 @@ PredictionDatasetTFTpytorch.time_varying_unknown_categoricals=["MissingIndicator
"MissingIndicator_48",
"label",
]
PredictionDatasetTFTpytorch.time_varying_unknown_reals=["alb",
"alp",
"alt",
"ast",
"be",
"bicar",
"bili",
"bili_dir",
"bnd",
"bun",
"ca",
"cai",
"ck",
"ckmb",
"cl",
"crea",
"crp",
"dbp",
"fgn",
"fio2",
"glu",
"hgb",
"hr",
"inr_pt",
"k",
"lact",
"lymph",
"map",
"mch",
"mchc",
"mcv",
"methb",
"mg",
"na",
"neut",
"o2sat",
"pco2",
"ph",
"phos",
"plt",
"po2",
"ptt",
"resp",
"sbp",
"temp",
"tnt",
"urine",
"wbc",]

0 comments on commit ce0831c

Please sign in to comment.