DP-100 Exam Question 56

You use differential privacy to ensure your reports are private. The calculated value of the epsilon for your data is 1.8. You need to modify your data to ensure your reports are private. Which epsilon value should you accept for your data?
  • DP-100 Exam Question 57

    You need to use the Python language to build a sampling strategy for the global penalty detection models.
    How should you complete the code segment? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 58

    You need to implement a model development strategy to determine a user's tendency to respond to an ad.
    Which technique should you use?
  • DP-100 Exam Question 59

    You need to define an evaluation strategy for the crowd sentiment models.
    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 60

    You write five Python scripts that must be processed in the order specified in Exhibit A - which allows the same modules to run in parallel, but will wait for modules with dependencies.
    You must create an Azure Machine Learning pipeline using the Python SDK, because you want to script to create the pipeline to be tracked in your version control system. You have created five PythonScriptSteps and have named the variables to match the module names.

    You need to create the pipeline shown. Assume all relevant imports have been done.
    Which Python code segment should you use?