示例notebook:https://github.com/awslabs/amazon-sagemaker-examples/blob/master/autopilot/autopilot_customer_churn.ipynb指出,在分析数据步骤中:
The dataset is analyzed and Autopilot comes up with a list of ML pipelines that should be tried out on the dataset. The dataset is also split into train and validation sets.
据推测,autopilot使用此验证集来选择性能最佳的候选模型以返回给用户。但是,我还没有找到一种手动设置sagemaker自动驾驶所使用的验证集的方法。
例如,google automl允许用户将训练、验证、测试关键字添加到data_split列,以手动设置哪些数据点在哪个集合中。
像这样的事情目前是不是可以让sagemaker自动驾驶呢?
发布于 2020-09-24 15:04:57
恐怕你现在不能这么做。验证集实际上是由Autopilot自己构建的。
https://stackoverflow.com/questions/64033258
复制相似问题