Published
Edited
Aug 16, 2019
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
daysAddedData = rawData.map(d => ({...d, dayOfTheWeek: moment(Number(d.appt_time)).format("YYYY-MM-DD dddd")}))
Insert cell
Insert cell
Insert cell
parameters = berkeley.map(d => [Number(d.check_in_time_before_appt), Number(d.triage_duration)])
Insert cell
actualWaitTimes = berkeley.map(d => [Number(d.wait_duration)])
Insert cell
Insert cell
// regression = new ml.DecisionTreeRegression();
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