Flight Price Predict (competition Format)
filght price regression problem
@kaggle.kukuroo3_flight_price_predict_competition_format
filght price regression problem
@kaggle.kukuroo3_flight_price_predict_competition_format
CREATE TABLE x_train (
"filghtid" BIGINT,
"airline" VARCHAR,
"flight" VARCHAR,
"source_city" VARCHAR,
"departure_time" VARCHAR,
"stops" VARCHAR,
"arrival_time" VARCHAR,
"destination_city" VARCHAR,
"duration" DOUBLE,
"days_left" BIGINT
);
Anyone who has the link will be able to view this.