-
Notifications
You must be signed in to change notification settings - Fork 92
case weights #692
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
case weights #692
Conversation
All models with case weights will be tested in extratests. Spark support is still outstanding because there are some API issues to work out. Sparks models want a column name for the weights argument. |
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.
Looking pretty good so far!
Co-authored-by: Davis Vaughan <[email protected]>
…705) * Prefix everywhere we use `new_quosure()` or `empty_env()` We don't import these, so we have to do this. Tests were only working by chance because we have `library(rlang)` in some of the test files! * Ensure that `fit_xy()` patches the formula environment with weights * missing roxygen tag * avoid deprecated tests Co-authored-by: Max Kuhn <[email protected]>
|
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
Closes #136