Sagemaker hyperparameter tuning job Config File

0

Hi Dears, I need to set up an automated Sagemaker hyperparameter tuning job using the lambda function on a daily basis, Can you provide me a sample of a config file that works with the Random Forst algorithm, I want to test it and then customize it for other algorithms.

This function read from the config json file:

Function to load the tuning job config from a JSON file

def load_tuning_job_config(): with open('tuning_job_config.json', 'r') as config_file: config = json.load(config_file) print("The config file is read well!") return config

profile picture
已提問 1 年前檢視次數 92 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南