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
In you ML core code, you are training the linear regression model based on the the cluster it is in and then pickling it. But when you are predicting, you are using the same pickled regression model irrespective of the cluster it belongs to? Why?
The text was updated successfully, but these errors were encountered:
In you ML core code, you are training the linear regression model based on the the cluster it is in and then pickling it. But when you are predicting, you are using the same pickled regression model irrespective of the cluster it belongs to? Why?
The text was updated successfully, but these errors were encountered: