Flight Price Prediction
Predict Fllight Price, practise feature engineering, implement ensemble models
@kaggle.shubhambathwal_flight_price_prediction
Predict Fllight Price, practise feature engineering, implement ensemble models
@kaggle.shubhambathwal_flight_price_prediction
CREATE TABLE clean_dataset (
"unnamed_0" BIGINT,
"airline" VARCHAR,
"flight" VARCHAR,
"source_city" VARCHAR,
"departure_time" VARCHAR,
"stops" VARCHAR,
"arrival_time" VARCHAR,
"destination_city" VARCHAR,
"class" VARCHAR,
"duration" DOUBLE,
"days_left" BIGINT,
"price" BIGINT
);
Anyone who has the link will be able to view this.