Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shape of Data Before Feeding into Model #4

Open
AleesaMann opened this issue Jul 21, 2023 · 0 comments
Open

Shape of Data Before Feeding into Model #4

AleesaMann opened this issue Jul 21, 2023 · 0 comments

Comments

@AleesaMann
Copy link

Hello, I'm new to GitHub and DS so I don't know if this is the correct process for this (please let me know). But when I run the data preprocessing notebook and then the nn notebook. I always get an error when trying to implement the model. The shape of my data is different from the shape that is shown in the notebook on GitHub.

From the nn notebook when I run it on my end:

#shape

X[0].shape, Y[0].shape
((3492, 180), (3492, 10))

But in the GitHub notebook it says the data shape should be:

#shape
X[0].shape, Y[0].shape
((873, 180), (873, 10), (888, 180), (888, 10))

any idea why this could be happening? I didn't change anything from the original notebook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant