amazon-sagemaker-studio

Sagemaker HyperparameterTuner and fixed hyper parameters (StaticHyperParameters)

Sagemaker HyperparameterTuner and fixed hyper parameters (StaticHyperParameters) Question: I used to use this type of hyper parameter (optimisation) specification: "OutputDataConfig": {"S3OutputPath": output_path}, "ResourceConfig": {"InstanceCount": 1, "InstanceType": "ml.m4.xlarge", "VolumeSizeInGB": 3}, "RoleArn": role_arn, "StaticHyperParameters": { "objective": "reg:squarederror" }, "StoppingCondition": {"MaxRuntimeInSeconds": 10000} TBH I do not even know if this is an old way of doing things or …

Total answers: 1