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

Data shape discrepancies #2

Open
eindzl opened this issue Sep 18, 2018 · 0 comments
Open

Data shape discrepancies #2

eindzl opened this issue Sep 18, 2018 · 0 comments

Comments

@eindzl
Copy link

eindzl commented Sep 18, 2018

Line 11 in msda.py states:

#data format: features are rows, data points are columns

Which is consistent with the call to mSDA() in the example in text_analysis.py.
However line 29 in msda.py uses:

num_features = data.shape[1]

And line 58:

num_data, num_features = data.shape

Both of which are in contradiction with line 11

Could you please check if that's correct?
Thank you.

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