Jul 16, 2024
studio.azureml.net and log in.+ New button in the lower left corner, and then selecting Blank Experiment.airport codes dataset onto the workspace area.flight on-time performance dataset onto the workspace area.origin and destination airport IDs.
origin airport details.destination airport details.origin airport ID and destination airport ID, cancelled, and diverted.Edit Metadata module to label categorical attributes, excluding numeric columns such as departure delay and arrival delay.Clean Missing Data module.
Replace with MODE for categorical variables.Replace with MEDIAN for numeric variables.**Normalize Data module to perform min-max normalization on numeric columns (departure delay and arrival delay).Split Data module. Perform a stratified split based on the target variable `Arrival Delay 15 (AR D15).'Tune Model Hyperparameters module to find the best combination of hyperparameters using the validation dataset.Two-Class Boosted Decision Tree model.[Instructor's Email].