'AWS Personalize - HPO - solutionConfig
I have incorporated the solutionConfig as part of HPO in AWS personlaize service. solutionConfig = { "optimizationObjective": { "itemAttribute": "ITEM_WEIGHT", "objectiveSensitivity": "HIGH" },
I am getting the following error Unknown parameter in solutionConfig: "optimizationObjective", must be one of: eventValueThreshold, hpoConfig, algorithmHyperParameters, featureTransformationParameters, autoMLConfig]
Solution 1:[1]
It looks like you may be using a version of the AWS SDK that does not include support for the optimizationObjective parameter of the solution config. Check to make sure that you're using the latest version of the AWS SDK.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | James J |
