Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Boxes2
@kaggle.joonasyoon_clustering_exercises.boxes2

  • 220.19 KB
  • 11271 rows
  • 3 columns
x

X

y

Y

color

Color

490.1271719465189115.10954797709451
294.26787037224904158.5813209755537
440.4250550827538203.140844116063452
494.37229046583207112.077622282318691
316.3610870519539238.759800188326641
489.7365432251521109.936390850305291
384.194286025834153.61600088795111
451.0473590779724208.398885657978162
471.3116514022837102.464988901869921
295.03044473705523272.702573587093471

CREATE TABLE boxes2 (
  "x" DOUBLE,
  "y" DOUBLE,
  "color" BIGINT
);

Share link

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