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
For instance, linear model looks like the following: y = m * x + c
I know that in my case m = 0. Is it possible to somehow reduce the model by fixating one value?
The text was updated successfully, but these errors were encountered:
Hello!
For instance, linear model looks like the following:
y = m * x + c
I know that in my case
m = 0
. Is it possible to somehow reduce the model by fixating one value?The text was updated successfully, but these errors were encountered: