There was an error while loading. Please reload this page.
print()
1 parent db54f2a commit 5aa9775Copy full SHA for 5aa9775
1 file changed
R/0_utils.R
@@ -22,7 +22,7 @@ brulee_print <- function(x, ...) {
22
paste0(
23
lvl,
24
"=",
25
- format(x$parameters$class_weights),
+ format(x$parameters$class_weights, digits = 3),
26
collapse = ", "
27
),
28
"\n"
0 commit comments