-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* user dot/4 on set_intercept * use dot/4 on linear regression predict * add column target tests * better name for test * working on svm * svm supports multioutput * check col and regular models are the same. invalid y raises * move y shape validation to linear_helper function * add linear helper function for shape validation * formatter * clean up test * modify validate_y_shape for isotonic regression * add y shape validation and test to isotonic regression * formatter * decouple validation from flattening helper to handle multioutput options * flatten linear input. no longer matches sklearn * add prediction test * linear regression always returns {n_samples} vector * formatter * bayesian ridge fixed * remove wip tags * removing wip tags * refactor test data * wrote polynomial regression test * wrote tests for logistic and ridge regression * logistic and ridge test pass * Update lib/scholar/linear/linear_helpers.ex Co-authored-by: José Valim <[email protected]> * Update lib/scholar/linear/linear_helpers.ex Co-authored-by: José Valim <[email protected]> * fixed valid_colum_vector? name * fixed error messages * updated docs * proper formatting of predict docs * ran formatter --------- Co-authored-by: José Valim <[email protected]>
- Loading branch information
1 parent
66ec4c8
commit e8a45a3
Showing
15 changed files
with
308 additions
and
116 deletions.
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.