Published
Edited
Jul 26, 2021
Importers
2 stars
Insert cell
Insert cell
kmeans = require("https://bundle.run/kmeans-engine@1.5.0")
Insert cell
Insert cell
Insert cell
new Promise((resolve, reject) =>
kmeans.clusterize(engineers, { k: 4 }, (err, res) => {
if (err) reject(err);
else resolve(res);
})
)
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more