AWS-Certified-Machine-Learning-Specialty Exam Question 131

An online reseller has a large, multi-column dataset with one column missing 30% of its data A Machine Learning Specialist believes that certain columns in the dataset could be used to reconstruct the missing data.
Which reconstruction approach should the Specialist use to preserve the integrity of the dataset?
  • AWS-Certified-Machine-Learning-Specialty Exam Question 132

    A Data Scientist is working on an application that performs sentiment analysis. The validation accuracy is poor, and the Data Scientist thinks that the cause may be a rich vocabulary and a low average frequency of words in the dataset.
    Which tool should be used to improve the validation accuracy?
  • AWS-Certified-Machine-Learning-Specialty Exam Question 133

    A data scientist uses an Amazon SageMaker notebook instance to conduct data exploration and analysis. This requires certain Python packages that are not natively available on Amazon SageMaker to be installed on the notebook instance.
    How can a machine learning specialist ensure that required packages are automatically available on the notebook instance for the data scientist to use?
  • AWS-Certified-Machine-Learning-Specialty Exam Question 134

    A Data Scientist is developing a machine learning model to classify whether a financial transaction is fraudulent. The labeled data available for training consists of 100,000 non- fraudulent observations and 1,000 fraudulent observations.
    The Data Scientist applies the XGBoost algorithm to the data, resulting in the following confusion matrix when the trained model is applied to a previously unseen validation dataset. The accuracy of the model is 99.1%, but the Data Scientist has been asked to reduce the number of false negatives.

    Which combination of steps should the Data Scientist take to reduce the number of false positive predictions by the model? (Choose two.)
  • AWS-Certified-Machine-Learning-Specialty Exam Question 135

    A company is running a machine learning prediction service that generates 100 TB of predictions every day. A Machine Learning Specialist must generate a visualization of the daily precision- recall curve from the predictions, and forward a read-only version to the Business team.
    Which solution requires the LEAST coding effort?