Docs cleaning + JAX implementation of the glm models#52
Closed
ryan-odea wants to merge 15 commits into
Closed
Conversation
Jax logistic
pytree implementation working? + test
Collaborator
Author
|
Was clicking around a little too quickly and accidentally merged immediately in from my fork. We can still discuss it here (and revert if needed!) Sorry for the hassle :( |
Contributor
|
This is great - really fascinating. I am really interested to try this (I have WSL on my Windows machine at home, and access to our Isambard AI cluster, will try to try soon). I had been looking for something similar in R - I found a GitHub only package which just runs on Apple (Accelerate framework) - https://github.com/hughjonesd/Rmlx/ - do you know of anything similar in R? For simplicity I will guard the failing tests (i.e., currently all the tests in CI are on on macos - maybe I'll add some on Linux) on my PR branch, so I'll close this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.summary2()to.summary()forwarding to just.summary()- matches a bit more on what a user might want from the API (and matchesOLS...summary()). Perhaps a bit more intuitive, but open to discussion