Topic 1 Question 14
Case study - An ML engineer is developing a fraud detection model on AWS. The training dataset includes transaction logs, customer profiles, and tables from an on-premises MySQL database. The transaction logs and customer profiles are stored in Amazon S3. The dataset has a class imbalance that affects the learning of the model's algorithm. Additionally, many of the features have interdependencies. The algorithm is not capturing all the desired underlying patterns in the data. The ML engineer needs to use an Amazon SageMaker built-in algorithm to train the model. Which algorithm should the ML engineer use to meet this requirement?
LightGBM
Linear learner
К-means clustering
Neural Topic Model (NTM)
ユーザの投票
コメント(17)
- 正解だと思う選択肢: B
Answer is B
👍 7aragon_saa2024/11/27 - 正解だと思う選択肢: A👍 7Leo2023aws2024/11/27
- 正解だと思う選択肢: A
This is a binary classification problem so LightGBM so be used. Other algorithms are not for binary classification.
👍 3Linux_master2024/11/28
シャッフルモード