We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Line 11 in msda.py states:
Which is consistent with the call to mSDA() in the example in text_analysis.py.
However line 29 in msda.py uses:
And line 58:
Both of which are in contradiction with line 11
Could you please check if that's correct?
Thank you.
The text was updated successfully, but these errors were encountered: