Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Outliers
@kaggle.joonasyoon_clustering_exercises.outliers

  • 18.75 KB
  • 876 rows
  • 3 columns
x

X

y

Y

color

Color

355.2971968761093148.88023841641041
402.1114033733664244.56698882978991
383.4438627901271224.191167133330281
424.77407056473305207.348789573335271
398.7220624409794214.262628894376631
407.0304663085893238.217064225870251
229.2971565066147110.28198763782032
113.25640247225924112.41759688938058
153.57463636789515145.17045357024978
153.8096959950631183.8857041254555

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

Share link

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