-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update tests based on recent parsnip testing changes (#35)
* update tests based on recent parsnip testing changes * add generated snapshot * add glm execution tests back in Co-authored-by: simonpcouch <[email protected]>
- Loading branch information
1 parent
15b0904
commit d42c32c
Showing
4 changed files
with
31 additions
and
162 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,6 @@ glm | |
stan | ||
warmup | ||
ORCID | ||
funder | ||
poisson | ||
zeroinfl |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# updating | ||
|
||
Code | ||
poisson_reg(penalty = 1) %>% set_engine("glmnet", lambda.min.ratio = 0.001) %>% | ||
update(mixture = tune()) | ||
Output | ||
Poisson Regression Model Specification (regression) | ||
Main Arguments: | ||
penalty = 1 | ||
mixture = tune() | ||
Engine-Specific Arguments: | ||
lambda.min.ratio = 0.001 | ||
Computational engine: glmnet | ||
|
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