Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #47 from Aarhus-Psychiatry-Research/bokajgd/issue38
Browse files Browse the repository at this point in the history
Bokajgd/issue38
  • Loading branch information
HLasse authored Oct 10, 2022
2 parents 2eee15c + ea0d946 commit c58fcfc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def check_train_data_integrity(
df=train_predictors,
index_name="dw_ek_borger",
datetime_name="timestamp",
cat_features=[],
)

# Running checks that do not require a label
Expand All @@ -194,6 +195,7 @@ def check_train_data_integrity(
index_name="dw_ek_borger",
datetime_name="timestamp",
label=train_outcomes_df[outcome_column],
cat_features=[],
)

suite_results = label_checks.run(data_s)
Expand Down Expand Up @@ -281,6 +283,7 @@ def get_split_as_ds_dict(
df=predictors,
index_name="dw_ek_borger",
datetime_name="timestamp",
cat_features=[],
)

return {
Expand Down

0 comments on commit c58fcfc

Please sign in to comment.