Skip to content

Commit b919fea

Browse files
committed
Fixed monitoring
1 parent 2df2929 commit b919fea

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

infrastructure/function.zip

-1.76 KB
Binary file not shown.

monitoring/batch_analyze-deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ storage:
3434
service_account_info: null
3535
project: null
3636
_is_anonymous: true
37-
_block_document_name: anonymous-dd1259f5-d171-4c77-91e0-34d48afbeb15
38-
_block_document_id: 6b48a929-c646-419e-8a4b-760effea3284
37+
_block_document_name: anonymous-559012ce-2003-4161-ac3a-1238b617140d
38+
_block_document_id: a2350f3f-8460-4b2e-9b4a-9e661366b721
3939
_block_type_slug: gcs
4040
path: null
4141
entrypoint: batch_monitoring.py:batch_analyze

monitoring/batch_monitoring.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
EMAIL = os.getenv("PERSONAL_EMAIL")
3434

35-
PROJECT_PATH = os.getenv("PROJECT_ENV")
35+
PROJECT_PATH = os.getenv("PROJECT_PATH")
3636
categorical = [
3737
"Gender",
3838
"Zip Code",

monitoring/model/model.xgb

1.16 MB
Binary file not shown.

monitoring/model/preprocessors.pkl

375 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)