Baselight

Flight Price Predict (competition Format)

filght price regression problem

@kaggle.kukuroo3_flight_price_predict_competition_format

Y Test
@kaggle.kukuroo3_flight_price_predict_competition_format.y_test

  • 28.92 KB
  • 3347 rows
  • 2 columns
filghtid

FilghtId

price

Price

27851945883
26423058223
26009749992
21893545896
21108559033
25174854684
29276049553
29296649553
24561037658
26182153743

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

Share link

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