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

Isn't the input data row-major? #32

Closed
kavir1698 opened this issue Aug 21, 2020 · 2 comments
Closed

Isn't the input data row-major? #32

kavir1698 opened this issue Aug 21, 2020 · 2 comments

Comments

@kavir1698
Copy link

The docs say about the input X (a column-major matrix of shape (n_features, n_samples). Isn't (n_features, n_sample) row-major?

@dillondaudert
Copy link
Owner

It is column major; each column is a single sample/example/point. Row-major would be (n_samples, n_features).

@kavir1698
Copy link
Author

Ok, thanks

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

2 participants