Model development

You have to predict whether the flight would be delayed or not. As you found from the dataset, any flight delayed for more than 15 minutes has been labeled as delayed and the ArrDelay15 corresponding label contains 1. Here, the ArrDelay15 column is the target variable and it only contains 0 and 1. Clearly, it's a two-class classification problem.

As you have already explored, there are several two-class classification algorithms available in ML Studio. For simplicity, we would just build the model here with the Two-Class Boosted Decision Tree module with the following parameters:

  • The Maximum number of leaves per tree option is set at 128
  • The Minimum number of samples per leaf node option is set at 50
  • The Learning rate option is set ...

Get Microsoft Azure Machine Learning now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.