Public
Edited
Apr 18, 2024
Insert cell
Insert cell
Insert cell
algae = d3.csv(algaeLink,d3.autoType)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
regression = new rf.RandomForestRegression(options)
Insert cell
a = await regression.train(trainingSet, predictions);
Insert cell
//result = a, regression.predict(trainingSet);
Insert cell
result = a, regression.predict([[250,255,255]]);
Insert cell
a, regression.featureImportance()
Insert cell
a, regression.toJSON()
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