{%extends "basedialog.html"%} {%import "commonExecuteCallback.js" as commons%} {%block title %}Predict Flight Delays with Apache Spark MLlib, FlightStats, and IBM Insights for Weather{%endblock%} {%block body%}
Prediction Models
     
    Weather Forecast
       
      Map
       
      Enter your flight information
      Enter the date and the approximate time of the first leg of your trip.
      Enter the date and the approximate time of the second leg of your trip.
       
      {%endblock%} {%block onCancel%} $('#results{{prefix}}').html('

      Flight Predict has been cancelled.

      '); $('#loading{{prefix}}').css('display','none'); {%endblock%} {%block onOK%} $('#results{{prefix}}').html('

      Thank you for using Flight Predict. Have a safe flight!

      '); $('#loading{{prefix}}').css('display','none'); {%endblock%} {%block onDialogShown%} {%include module + ":flights.js" with context%} {%endblock%} {%block onDialogHide%} {%endblock%} {%block cellOuputHTML%}
      {%endblock%}