You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed a similar issue if the value of x is huge (for example, working with timestamps). Rescaling the whole dataset to a "reasonable" range of values is often necessary. This could (should?) probably be done internally.
I am not sure if this counts as an issue.
I have a fairly low, 12 data points (last 12 days covid19 new cases in Europe)
and I am trying to fit 3 order polynomial regression
And it freezes the screen indefinitely.
Here is an observable notebook where this issue is reproduced (just uncomment the first line)
https://observablehq.com/d/69dd1849304db49f
Question: Is it normal for this function to behave like this when we have such a small dataset?
The text was updated successfully, but these errors were encountered: