Skip to content

Commit

Permalink
Merge pull request #43 from Southampton-Research-Data-Sciences-Team/g…
Browse files Browse the repository at this point in the history
…eorgm8/fix-emergency-care-features

georgm8/fix emergency care features
  • Loading branch information
vvcb committed Mar 10, 2023
2 parents 0a1ab81 + 35e3a78 commit 370741b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avoidable_admissions/features/emergency_care_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def _cc_code(df: pd.DataFrame) -> pd.DataFrame:

# TODO: This section needs manual review of a good sample size to ensure it works

cc_mapping = load_ed_cc_mapping()
cc_mapping = feature_maps.load_ed_cc_mapping()
df["edchiefcomplaint_cat"] = replace_values(df.edchiefcomplaint, cc_mapping)

return df
Expand Down

0 comments on commit 370741b

Please sign in to comment.