Skip to content

Commit

Permalink
Additional check functions (#86)
Browse files Browse the repository at this point in the history
* bring in rlang files

* three new checker functions

* tests

* temp comment out function with conflicting name

* document

* no namespace needed

* no namespace needed

* Apply suggestions from code review

Co-authored-by: Simon P. Couch <simonpatrickcouch@gmail.com>

* check_single_logical <- check_bool

* Apply suggestions from code review

Co-authored-by: Emil Hvitfeldt <emilhhvitfeldt@gmail.com>

* changes based on reviewer feedback

---------

Co-authored-by: ‘topepo’ <‘mxkuhn@gmail.com’>
Co-authored-by: Simon P. Couch <simonpatrickcouch@gmail.com>
Co-authored-by: Emil Hvitfeldt <emilhhvitfeldt@gmail.com>
  • Loading branch information
4 people authored Jan 26, 2025
1 parent 66e19f6 commit 577569a
Show file tree
Hide file tree
Showing 14 changed files with 1,193 additions and 601 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export(schedule_decay_time)
export(schedule_step)
export(set_learn_rate)
export(tunable)
import(rlang)
import(torch)
importFrom(dplyr,"%>%")
importFrom(generics,tunable)
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

* Added a convenience function, `brulee_mlp_two_layer()`, to more easily fit two-layer networks with parsnip.

* Various changes and improvements to error and wanring messages.

# brulee 0.3.0

* Fixed bug where `coef()` didn't would error if used on a `brulee_logistic_reg()` that was trained with a recipe. (#66)
Expand Down
1 change: 1 addition & 0 deletions R/aaa.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#' @import torch
#' @import rlang
#' @importFrom stats complete.cases model.matrix terms
#' @importFrom utils globalVariables
#'
Expand Down
Loading

0 comments on commit 577569a

Please sign in to comment.