Spaces:
Runtime error
Runtime error
Commit
·
d329f40
1
Parent(s):
3ddbf9f
Update app.py
Browse files
app.py
CHANGED
@@ -31,9 +31,6 @@ def greet(name):
|
|
31 |
latest_date_unix = str(X.date.values[0])[:10]
|
32 |
latest_date = time.ctime(int(latest_date_unix))
|
33 |
|
34 |
-
X = X.drop(columns=["datetime"]).fillna(0)
|
35 |
-
|
36 |
-
|
37 |
model = get_model(project=project,
|
38 |
model_name="temp_model",
|
39 |
evaluation_metric="f1_score",
|
|
|
31 |
latest_date_unix = str(X.date.values[0])[:10]
|
32 |
latest_date = time.ctime(int(latest_date_unix))
|
33 |
|
|
|
|
|
|
|
34 |
model = get_model(project=project,
|
35 |
model_name="temp_model",
|
36 |
evaluation_metric="f1_score",
|