Replies: 1 comment
-
How did you initialize your input and output? try to solve this by calling
*.values()* function/method to the input/output of iloc . like, X =
dataset.iloc[:, :-1].values
…On Mon, Mar 21, 2022 at 7:11 PM anas031 ***@***.***> wrote:
I am trying to plot a basic line but getting this error-
InvalidIndexError: (slice(none, none, none), none)
@1 <https://github.com/1>:19:58 in ML101 video
can anybody guide me here where am I going wrong?
[image: 1]
<https://user-images.githubusercontent.com/100215810/159279097-0f37896d-1ee9-4f9b-a5ea-677f7f8dbb75.PNG>
[image: 2]
<https://user-images.githubusercontent.com/100215810/159279105-d75d782c-43b9-4cd7-b6aa-941818a87446.PNG>
—
Reply to this email directly, view it on GitHub
<#11>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF7Q5AITQZL7K2VDVCWGQ7DVBB7QFANCNFSM5RH2CDQQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to plot a basic line but getting this error-
InvalidIndexError: (slice(none, none, none), none)
@1:19:58 in ML101 video
can anybody guide me here where am I going wrong?
Beta Was this translation helpful? Give feedback.
All reactions