Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Basic3
@kaggle.joonasyoon_clustering_exercises.basic3

  • 111.44 KB
  • 5710 rows
  • 3 columns
x

X

y

Y

color

Color

591.1418154022658339.5096048595691
152337
306.38322482349247304.36265594725032
532.3846130102909279.305238586462741
231.7862106462449216.34078831466032
401.72129816758667349.85826360309312
82.5323536659667873.38137254420432
257.2039008688129458.7361839967116
93.19610031112774268.75356089431546
269.5147301232552261.71773085338362

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

Share link

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