Baselight

Bike Users Predict

regression problem data set

@kaggle.kukuroo3_bike_users_predict

Loading...
Loading...

About this Dataset

Bike Users Predict

Context
This dataset was taken from link and separated into competition format.
y_test for the test data is provided in the form of a function.

Tables

Test

@kaggle.kukuroo3_bike_users_predict.test
  • 91.55 kB
  • 6,431 rows
  • 9 columns
Loading...
CREATE TABLE test (
  "id" BIGINT,
  "dteday" TIMESTAMP,
  "hr" BIGINT,
  "weathersit" BIGINT,
  "temp" DOUBLE,
  "atemp" DOUBLE,
  "hum" DOUBLE,
  "windspeed" DOUBLE,
  "casual" BIGINT
);

Train

@kaggle.kukuroo3_bike_users_predict.train
  • 164.95 kB
  • 10,948 rows
  • 10 columns
Loading...
CREATE TABLE train (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "dteday" TIMESTAMP,
  "hr" BIGINT,
  "weathersit" BIGINT,
  "temp" DOUBLE,
  "atemp" DOUBLE,
  "hum" DOUBLE,
  "windspeed" DOUBLE,
  "casual" BIGINT,
  "cnt" BIGINT
);

Share link

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