Skip to content

Commit 3cffba5

Browse files
Update regression-example-ames-no-preproc-val-set.py
Added missing constant: LABEL_COLUMN = 'price'
1 parent 5cd1719 commit 3cffba5

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
@@ -16,7 +16,7 @@
1616

1717
###
1818

19-
## your data:
19+
LABEL_COLUMN = 'price'
2020

2121

2222
TIME = pendulum.now().__str__()[:16]\

0 commit comments

Comments
 (0)