Baselight

Flight Price Predict (competition Format)

filght price regression problem

@kaggle.kukuroo3_flight_price_predict_competition_format

Y Train
@kaggle.kukuroo3_flight_price_predict_competition_format.y_train

  • 47.05 KB
  • 5698 rows
  • 2 columns
filghtid

FilghtId

price

Price

25258969244
22375452392
24339861933
20836053164
24722642521
29388144144
25411962188
27235649207
27114362255
25651337985

CREATE TABLE y_train (
  "filghtid" BIGINT,
  "price" BIGINT
);

Share link

Anyone who has the link will be able to view this.