Spaces:
Sleeping
Sleeping
Update pages/3_Model_Tuning.py
Browse files- pages/3_Model_Tuning.py +1 -1
pages/3_Model_Tuning.py
CHANGED
|
@@ -33,7 +33,7 @@ set_header()
|
|
| 33 |
|
| 34 |
# Sprint3
|
| 35 |
is_panel= True
|
| 36 |
-
panel_col= '
|
| 37 |
date_col = 'date'
|
| 38 |
target_col = 'total_approved_accounts_revenue'
|
| 39 |
|
|
|
|
| 33 |
|
| 34 |
# Sprint3
|
| 35 |
is_panel= True
|
| 36 |
+
panel_col= 'markets' # set the panel column
|
| 37 |
date_col = 'date'
|
| 38 |
target_col = 'total_approved_accounts_revenue'
|
| 39 |
|