-
Notifications
You must be signed in to change notification settings - Fork 6
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
[FEAT] Factor cost matrix in dense case #50
Conversation
…ometry embeddings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I looks like it broke docs generation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. There is still a doc building failure...
That was expected as the examples using the dense solvers need to receive the embeddings instead of the cost matrix. I'll rewrite them so that it is clear for the user. |
I suggest to open an issue if you don't address it in this PR. |
Solves #49 . Dense mappings now use Nystroem approximation by default for the cost matrix. Closes #49