-
Notifications
You must be signed in to change notification settings - Fork 46
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
Fix/linear shapes #288
Merged
msluszniak
merged 33 commits into
elixir-nx:main
from
JoaquinIglesiasTurina:fix/linear_shapes
Jul 30, 2024
Merged
Fix/linear shapes #288
Changes from 31 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
d7bbaec
user dot/4 on set_intercept
JoaquinIglesiasTurina 3cf37fc
use dot/4 on linear regression predict
JoaquinIglesiasTurina d3ded77
add column target tests
JoaquinIglesiasTurina feb7e5f
better name for test
JoaquinIglesiasTurina c803223
working on svm
JoaquinIglesiasTurina 4cde60b
svm supports multioutput
JoaquinIglesiasTurina 0f1c0f7
check col and regular models are the same. invalid y raises
JoaquinIglesiasTurina d09fb53
move y shape validation to linear_helper function
JoaquinIglesiasTurina 07626ea
add linear helper function for shape validation
JoaquinIglesiasTurina d3319fa
formatter
JoaquinIglesiasTurina b315c84
clean up test
JoaquinIglesiasTurina 515453a
modify validate_y_shape for isotonic regression
JoaquinIglesiasTurina 28bd4dd
add y shape validation and test to isotonic regression
JoaquinIglesiasTurina 9dd1b88
formatter
JoaquinIglesiasTurina b5abefa
decouple validation from flattening helper to handle multioutput options
JoaquinIglesiasTurina 45eab77
flatten linear input. no longer matches sklearn
JoaquinIglesiasTurina 4d4aff1
add prediction test
JoaquinIglesiasTurina 455e6b0
linear regression always returns {n_samples} vector
JoaquinIglesiasTurina 95b8825
formatter
JoaquinIglesiasTurina 149ead6
bayesian ridge fixed
JoaquinIglesiasTurina 7af987c
remove wip tags
JoaquinIglesiasTurina 0865950
removing wip tags
JoaquinIglesiasTurina d972a52
refactor test data
JoaquinIglesiasTurina c555ec9
wrote polynomial regression test
JoaquinIglesiasTurina 4d334d3
wrote tests for logistic and ridge regression
JoaquinIglesiasTurina 27e8cc6
logistic and ridge test pass
JoaquinIglesiasTurina 55106de
Update lib/scholar/linear/linear_helpers.ex
JoaquinIglesiasTurina bde1551
Update lib/scholar/linear/linear_helpers.ex
JoaquinIglesiasTurina 348e171
fixed valid_colum_vector? name
JoaquinIglesiasTurina 0546cb3
fixed error messages
JoaquinIglesiasTurina af993d7
updated docs
JoaquinIglesiasTurina 88066fd
proper formatting of predict docs
JoaquinIglesiasTurina c22d40d
ran formatter
JoaquinIglesiasTurina File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
We should start a new paragraph, because the first paragraph should always be a short summary. And use backticks around code, can you please apply similar changes below? :)
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.
Sure thing. Thank you for your comments.