Seoul Bike Trip Duration Prediction
Predict the Bike Trip Duration while considering atmospheric factors
@kaggle.saurabhshahane_seoul_bike_trip_duration_prediction
Predict the Bike Trip Duration while considering atmospheric factors
@kaggle.saurabhshahane_seoul_bike_trip_duration_prediction
CREATE TABLE for_modeling (
"unnamed_0" BIGINT,
"duration" BIGINT,
"distance" BIGINT,
"plong" DOUBLE,
"platd" DOUBLE,
"dlong" DOUBLE,
"dlatd" DOUBLE,
"haversine" DOUBLE,
"pmonth" BIGINT,
"pday" BIGINT,
"phour" BIGINT,
"pmin" BIGINT,
"pdweek" BIGINT,
"dmonth" BIGINT,
"dday" BIGINT,
"dhour" BIGINT,
"dmin" BIGINT,
"ddweek" BIGINT,
"temp" DOUBLE,
"precip" DOUBLE,
"wind" DOUBLE,
"humid" DOUBLE,
"solar" DOUBLE,
"snow" DOUBLE,
"groundtemp" DOUBLE,
"dust" DOUBLE
);
Anyone who has the link will be able to view this.