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
From the screenshot that you attached, X is independent features which I separated with the help of 'df.loc' which takes column names as an input. Using 'df.iloc' you can take integer values and set a range of columns you want to include in X.
The text was updated successfully, but these errors were encountered: