Skip to content

Commit 4f01c41

Browse files
author
David Thrower
authored
Update regression-example-ames-no-preproc-val-set.py
Syntax error
1 parent 6df91a6 commit 4f01c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression-example-ames-no-preproc-val-set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def hash_based_split(df, # Pandas dataframe
115115
df=data_numeric, # Pandas dataframe
116116
labels=label, # Pandas series
117117
test_size=0.35,
118-
hash_column="*"):
118+
hash_column="*")
119119

120120

121121
train_data_np = train_df.values

0 commit comments

Comments
 (0)