MLA-C01 exam dumps

MLA-C01 practice question 191 of 458

AWS Certified Machine Learning Engineer - Associate. Associate level, Amazon Web Services. Free question with the correct answer and a full explanation.

MLA-C01 Question 191

Select 3

You are training a Random Forest model to predict customer churn for a telecommunications company. The model is underfitting the training data, leading to poor performance on both the training and validation datasets. Which hyperparameter adjustments are most likely to address this issue?

  1. A

    Increase the number of trees in the Random Forest model

  2. B

    Decrease the maximum depth of each tree

  3. C

    Increase the maximum depth of each tree

  4. D

    Reduce the minimum number of samples required to split a node

  5. E

    Increase the minimum number of samples required to split a node

Show answer and explanation

Correct answers: A, C, D

Explanation

Underfitting occurs when a model is too simple to capture the underlying patterns in the data. In the case of a Random Forest, increasing the number of trees helps reduce variance, while increasing the maximum depth of each tree and reducing the minimum number of samples required to split a node allow the model to learn more complex patterns. These adjustments collectively help mitigate the underfitting issue and improve the model's performance.

  • A. Correct.

    Increasing the number of trees in the Random Forest model can improve its performance by reducing variance and allowing the model to capture more patterns in the data.

  • B. Incorrect.

    Decreasing the maximum depth of each tree would likely worsen the underfitting issue since it further restricts the model's ability to learn complex patterns.

  • C. Correct.

    Increasing the maximum depth of each tree allows the model to capture more complex patterns in the data, which can help address underfitting.

  • D. Correct.

    Reducing the minimum number of samples required to split a node enables the model to create more splits and learn finer patterns in the data, helping to mitigate underfitting.

  • E. Incorrect.

    Increasing the minimum number of samples required to split a node would likely worsen the underfitting issue as it restricts the model's ability to grow and capture finer details.

Timed practice exam

Take a MLA-C01 practice test under exam conditions

65 questions in 130 minutes, drawn from this bank, with a score report and a per-question review when you finish.

Start timed exam