-
Notifications
You must be signed in to change notification settings - Fork 22
Logistic / Multinomial regression #369
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
a83a279
First implementation
koenderks ac4d14e
Update mlClassificationLogistic.R
koenderks 7c86ce2
Add intercept option
koenderks 1818d85
Add coefficients table for logistic
koenderks 140e5db
Update
koenderks 79e2fe5
Change file names
koenderks 775b948
Update mlClassificationLogisticMultinomial.R
koenderks 4dc4a38
Update coef table
koenderks 50a04d3
Make AUC work
koenderks 5c3599e
Make roc plot work
koenderks ef552ae
Make decision boundary work
koenderks 09b2b45
Start with prediction
koenderks 82a9b8e
Prediction for logit regression
koenderks d9a3a59
Predictions for multinomial
koenderks 712bb5d
Formula for multinomial
koenderks 7fbe88c
Update table content
koenderks 404bc87
explainers
koenderks 2986b2c
Update mlClassificationLogisticMultinomial.R
koenderks edcff6b
Update test-mlclassificationlogisticmultinomial.R
koenderks c298a2d
Add info text
koenderks 587ecd4
Update
koenderks 5326f95
Update mlClassificationLogisticMultinomial.R
koenderks ba3ad28
coef table for multinomial
koenderks ddd7783
Add test for logistic
koenderks 2928da0
Support different link functions
koenderks e15d7ea
Change decode method
koenderks b3f4383
Complementary log log
koenderks 6d3dc36
Fix little bug in regularized linear regression where intercept was i…
koenderks f438dc8
Ensure first "+" is not shown if there is no intercept
koenderks e9f8b74
Fix bug for single variable logistic without intercept
koenderks 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,8 @@ Imports: | |
rpart (>= 4.1.16), | ||
ROCR, | ||
Rtsne, | ||
signal | ||
signal, | ||
VGAM | ||
Suggests: | ||
testthat | ||
Remotes: | ||
|
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.