Airlines Delay
Can you predict when a flight in delayed?
@kaggle.ulrikthygepedersen_airlines_delay
Can you predict when a flight in delayed?
@kaggle.ulrikthygepedersen_airlines_delay
Airlines Dataset Inspired in the regression dataset from Elena Ikonomovska. The task is to predict whether a given flight will be delayed, given the information of the scheduled departure.
CREATE TABLE airlines_delay (
"flight" DOUBLE,
"time" DOUBLE,
"length" DOUBLE,
"airline" VARCHAR,
"airportfrom" VARCHAR,
"airportto" VARCHAR,
"dayofweek" BIGINT,
"class" BIGINT
);Anyone who has the link will be able to view this.