nerdexam
Microsoft

70-774 · Question #4

Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer cho

The correct answer is A. Cross-Validate Model. https://msdn.microsoft.com/en-us/library/azure/dn905852.aspx

Develop machine learning models

Question

Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series. A travel agency named Margie's Travel sells airline tickets to customers in the United States. Margie's Travel wants you to provide insights and predictions on flight delays. The agency is considering implementing a system that will communicate to its customers as the flight departure nears about possible delays due to weather conditions. The flight data contains the following attributes:

DepartureDate: The departure date aggregated at a per hour granularity Carrier: The code assigned by the IATA and commonly used to identify a carrier OriginAirportID: An identification number assigned by the USDOT to identify a unique airport (the flight's norigin) DestAirportID: An identification number assigned by the USDOT to identify a unique airport (the flight's destination) DepDel: The departure delay in minutes DepDel30: A Boolean value indicating whether the departure was delayed by 30 minutes or more (a value of 1 indicates that the departure was delayed by 30 minutes or more) The weather data contains the following attributes: AirportID, ReadingDate (YYYY/MM/DD HH), SkyConditionVisibility, WeatherType, WindSpeed, StationPressure, PressureChange, and HourlyPrecip. You have an untrained Azure Machine Learning model that you plan to train to predict flight delays. You need to assess the variability of the dataset and the reliability of the predictions from the model. Which module should you use?

Options

  • ACross-Validate Model
  • BEvaluate Model
  • CTune Model Hyperparameters
  • DTrain Model
  • EScore Model

How the community answered

(20 responses)
  • A
    85% (17)
  • B
    5% (1)
  • E
    10% (2)

Explanation

https://msdn.microsoft.com/en-us/library/azure/dn905852.aspx

Topics

#cross-validation#model evaluation#overfitting#experiment workflow

Community Discussion

No community discussion yet for this question.

Full 70-774 Practice