Skip to content

Commit da9046c

Browse files
topepo‘topepo’
andauthored
version bumps (#78)
Co-authored-by: ‘topepo’ <‘[email protected]’>
1 parent 143614c commit da9046c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: brulee
22
Title: High-Level Modeling Functions with 'torch'
3-
Version: 0.2.0.9000
3+
Version: 0.3.0
44
Authors@R: c(
55
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2402-136X")),

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# brulee (development version)
1+
# brulee 0.3.0
22

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

55
* Fixed a bug where SGD always being used as the optimizer (#61).
66

7+
* Additional activation functions were added (#74).
78

89
# brulee 0.2.0
910

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ predict(nn_log_biv, bivariate_test, type = "prob") %>%
6363
#> # A tibble: 1 × 3
6464
#> .metric .estimator .estimate
6565
#> <chr> <chr> <dbl>
66-
#> 1 roc_auc binary 0.410
66+
#> 1 roc_auc binary 0.837
6767
```
6868

6969
A recipe can also be used if the data require some sort of preprocessing
@@ -88,7 +88,7 @@ predict(nn_rec_biv, bivariate_test, type = "prob") %>%
8888
#> # A tibble: 1 × 3
8989
#> .metric .estimator .estimate
9090
#> <chr> <chr> <dbl>
91-
#> 1 roc_auc binary 0.708
91+
#> 1 roc_auc binary 0.866
9292
```
9393

9494
## Code of Conduct

0 commit comments

Comments
 (0)