Skip to content

Commit 577569a

Browse files
topepo‘topepo’simonpcouchEmilHvitfeldt
authored
Additional check functions (#86)
* 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 <[email protected]> * check_single_logical <- check_bool * Apply suggestions from code review Co-authored-by: Emil Hvitfeldt <[email protected]> * changes based on reviewer feedback --------- Co-authored-by: ‘topepo’ <‘[email protected]’> Co-authored-by: Simon P. Couch <[email protected]> Co-authored-by: Emil Hvitfeldt <[email protected]>
1 parent 66e19f6 commit 577569a

14 files changed

+1193
-601
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export(schedule_decay_time)
5757
export(schedule_step)
5858
export(set_learn_rate)
5959
export(tunable)
60+
import(rlang)
6061
import(torch)
6162
importFrom(dplyr,"%>%")
6263
importFrom(generics,tunable)

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
* Various changes and improvements to error and wanring messages.
6+
57
# brulee 0.3.0
68

79
* Fixed bug where `coef()` didn't would error if used on a `brulee_logistic_reg()` that was trained with a recipe. (#66)

R/aaa.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#' @import torch
2+
#' @import rlang
23
#' @importFrom stats complete.cases model.matrix terms
34
#' @importFrom utils globalVariables
45
#'

0 commit comments

Comments
 (0)