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
[FIX] charts: non-invertible matrix returns NaN as predicted data
Task Description
When trying to make a trending line, almost all model use matrix
computation to get the predicted data, with some matrix
multiplications and inversions. When the matrixes aren't invertible
the user get a traceback, which is not fine.
This PR aims to fix these issues by returning an array of NaN when
there is an error in the computation of the predicted dataset.
Related Task
Task: 4328743
0 commit comments