Skip to content
Snippets Groups Projects
Commit 7bcbbe78 authored by Simon Belak's avatar Simon Belak Committed by Kyle Doherty
Browse files

Fix regression: linear regression chart doesn't work (#6478)

parent 894cbe4d
No related branches found
No related tags found
No related merge requests found
......@@ -480,7 +480,7 @@
(let [x-field (first field)]
(-> features
(update :series (partial series->dataset ts/from-double field))
(dissoc :series :autocorrelation :best-fit)
(dissoc :autocorrelation :best-fit)
(assoc :insights ((merge-juxt insights/noisiness
insights/variation-trend
insights/autocorrelation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment