How do you use SageMaker for model training?
Example:
Training an XGBoost model on SageMaker using built-in algorithms for binary classification on customer data.
保存以便复习
保存以便复习
收藏此条目、标记为困难题,或将其加入复习集合。
WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。
了解热门 Amazon SageMaker 面试题与答案,帮助应届生和有经验的候选人为求职面试做好准备。
了解热门 Amazon SageMaker 面试题与答案,帮助应届生和有经验的候选人为求职面试做好准备。
搜索问题以查看答案。
Example:
Training an XGBoost model on SageMaker using built-in algorithms for binary classification on customer data.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Using Autopilot to automatically build a regression model for predicting house prices.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Using Model Monitor to detect data drift in a deployed credit scoring model.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Deploying a trained Random Forest model using SageMaker hosting services with a dedicated endpoint for real-time predictions.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Using real-time inference to classify images in an app and batch inference to process customer data offline for segmentation.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Using a SageMaker Processing Job to clean and preprocess a large dataset for model training.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Using SageMaker's built-in XGBoost algorithm to build a binary classifier for predicting customer churn.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Using SageMaker Ground Truth to label images of vehicles for a custom object detection model.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Optimizing a machine learning model for real-time predictions on IoT devices using SageMaker Neo.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Maintaining different versions of a credit risk model as you update the model with new data periodically in SageMaker.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Using S3 to store raw image data and a Lambda function to trigger SageMaker batch inference when new data is uploaded.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Using SageMaker Feature Store to store preprocessed customer data, such as age and income, for reuse in multiple machine learning models.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Connecting a GitHub repository to SageMaker Studio to track changes and collaborate on model development.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Tracking multiple training runs of a deep learning model with different hyperparameters using SageMaker Experiments.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Setting up automatic scaling to adjust the number of instances in response to fluctuating requests during different times of the day.
收藏此条目、标记为困难题,或将其加入复习集合。