-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
project-ml-microservice-kubernetes/output_txt_files/docker_out.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<paste log output from Docker prediction, here> | ||
[2023-11-18 08:50:23,684] INFO in app: JSON payload: | ||
[2023-11-18 17:43:35,145] INFO in app: JSON payload: | ||
{'CHAS': {'0': 0}, 'RM': {'0': 6.575}, 'TAX': {'0': 296.0}, 'PTRATIO': {'0': 15.3}, 'B': {'0': 396.9}, 'LSTAT': {'0': 4.98}} | ||
[2023-11-18 08:50:23,695] INFO in app: Inference payload DataFrame: | ||
[2023-11-18 17:43:35,157] INFO in app: Inference payload DataFrame: | ||
CHAS RM TAX PTRATIO B LSTAT | ||
0 0 6.575 296.0 15.3 396.9 4.98 | ||
[2023-11-18 08:50:23,703] INFO in app: Scaling Payload: | ||
[2023-11-18 17:43:35,165] INFO in app: Scaling Payload: | ||
CHAS RM TAX PTRATIO B LSTAT | ||
0 0 6.575 296.0 15.3 396.9 4.98 | ||
172.17.0.1 - - [18/Nov/2023 08:50:23] "POST /predict HTTP/1.1" 200 - | ||
[2023-11-18 17:43:35,168] INFO in app: prediction value: [20.35373177134412] | ||
172.17.0.1 - - [18/Nov/2023 17:43:35] "POST /predict HTTP/1.1" 200 - |