DP-100 Exam Question 16

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You create a model to forecast weather conditions based on historical data.
You need to create a pipeline that runs a processing script to load data from a datastore and pass the processed data to a machine learning model training script.
Solution: Run the following code:

Does the solution meet the goal?
  • DP-100 Exam Question 17

    You collect data from a nearby weather station. You have a pandas dataframe named weather_df that includes the following data:

    The data is collected every 12 hours: noon and midnight.
    You plan to use automated machine learning to create a time-series model that predicts temperature over the next seven days. For the initial round of training, you want to train a maximum of 50 different models.
    You must use the Azure Machine Learning SDK to run an automated machine learning experiment to train these models.
    You need to configure the automated machine learning run.
    How should you complete the AutoMLConfig definition? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 18

    You create an Azure Machine Learning workspace. You are training a classification model with no-code AutoML in Azure Machine Learning studio.
    The model must predict if a client of a financial institution will subscribe to a fixed-term deposit. You must identify the feature that has the most influence on the predictions of the model for the second highest scoring algorithm. You must minimize the effort and time to identify the feature.
    You need to complete the identification.
    Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

    DP-100 Exam Question 19

    You plan to preprocess text from CSV files. You load the Azure Machine Learning Studio default stop words list.
    You need to configure the Preprocess Text module to meet the following requirements:
    Ensure that multiple related words from a single canonical form.
    Remove pipe characters from text.
    Remove words to optimize information retrieval.
    Which three options should you select? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 20

    You develop and train a machine learning model to predict fraudulent transactions for a hotel booking website.
    Traffic to the site varies considerably. The site experiences heavy traffic on Monday and Friday and much lower traffic on other days. Holidays are also high web traffic days. You need to deploy the model as an Azure Machine Learning real-time web service endpoint on compute that can dynamically scale up and down to support demand. Which deployment compute option should you use?