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 have checked without returning the object and there is no need until you'll assign it to to the values of w_ and cost_. Even if you need to return it you just to return those attributes instead of the whole object.
Machine-Learning/LinearRegression/LinearModel.py
Line 53 in 5b2d8a7
I have checked without returning the object and there is no need until you'll assign it to to the values of
w_andcost_. Even if you need to return it you just to return those attributes instead of the whole object.