Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions diabetes_regression/scoring/deployment_config_aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ autoScaler:
targetUtilization: 70
authEnabled: True
containerResourceRequirements:
cpu: 1
memoryInGB: 4
cpu: 0.5
memoryInGB: 2
appInsightsEnabled: True
scoringTimeoutMs: 5000
maxConcurrentRequestsPerContainer: 2
Expand Down
1 change: 1 addition & 0 deletions docs/custom_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ If you want to keep scoring:
1. Update or replace `[project name]/scoring/score.py`
1. Add any dependencies required by scoring to `[project name]/conda_dependencies.yml`
1. Modify the test cases in the `ml_service/util/smoke_test_scoring_service.py` script to match the schema of the training features in your data
1. Check and modify [project name]/scoring/deployment_config_aks.yml if AKS deployment is planned. The deployment configuration shall suit custom model as well as AKS cluster size.

# Configure Custom Batch Scoring

Expand Down