Skip to content

Commit

Permalink
Update GAM.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TomStog authored Feb 9, 2023
1 parent 12b8d47 commit ef9df92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GAM.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

if __name__ == "__main__":

data = pd.read_csv (r'./filename_12vars_16people_mag.csv')
data = pd.read_csv (r'./filename_12vars_21people_mag.csv')
predictors = ['var_1','var_2','var_3','var_4','var_5','var_6','var_7','var_8','var_9','var_10','var_11','var_12']
outcome = ['SpO2']

Expand Down

0 comments on commit ef9df92

Please sign in to comment.