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
Sir, in the simple linear regression practicals, you had told us to create dataframes of independent feature but in your codebase, it is still a series.
it should have been X=df[["Weight"]] but it is X=["Weight"]
i hope you correct it or tell me if my intuition is wrong.
Thank you sir for this amazing [course``]
The text was updated successfully, but these errors were encountered:
Sir, in the simple linear regression practicals, you had told us to create dataframes of independent feature but in your codebase, it is still a series.
it should have been X=df[["Weight"]] but it is X=["Weight"]
i hope you correct it or tell me if my intuition is wrong.
Thank you sir for this amazing [course``]
The text was updated successfully, but these errors were encountered: