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 economy (
"date" VARCHAR,
"airline" VARCHAR,
"ch_code" VARCHAR,
"num_code" BIGINT,
"dep_time" VARCHAR,
"from" VARCHAR,
"time_taken" VARCHAR,
"stop" VARCHAR,
"arr_time" VARCHAR,
"to" VARCHAR,
"price" BIGINT
);
Anyone who has the link will be able to view this.