Baselight

Suspended Substances Prediction In River Water

Suspended substances prediction in river water on the monitoring stations data

@kaggle.vbmokin_suspended_substances_prediction_in_river_water

Train
@kaggle.vbmokin_suspended_substances_prediction_in_river_water.train

  • 8.91 KB
  • 147 rows
  • 9 columns
id

Id

target

Target

n_1

1

n_2

2

n_3

3

n_4

4

n_5

5

n_6

6

n_7

7

33.3529.934.1
325.458.530.7
412.335.610
513.826.645.8
6654999
735.2736.4731.33
816.524.117.2
9282622
1011.818.423.4
1117.622.229

CREATE TABLE train (
  "id" BIGINT,
  "target" DOUBLE,
  "n_1" DOUBLE,
  "n_2" DOUBLE,
  "n_3" DOUBLE,
  "n_4" DOUBLE,
  "n_5" DOUBLE,
  "n_6" DOUBLE,
  "n_7" DOUBLE
);

Share link

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