Skip to content

Commit 469c5db

Browse files
authored
version bump (#60)
1 parent 356a7c5 commit 469c5db

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.1.0.9000
3+
Version: 0.2.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# brulee (development version)
1+
# brulee 0.2.0
22

33
* Several learning rate schedulers were added to the modeling functions (#12).
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- badges: start -->
77

8-
[![R-CMD-check](https://github.com/tidymodels/brulee/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/brulee/actions)
8+
[![R-CMD-check](https://github.com/tidymodels/brulee/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidymodels/brulee/actions/workflows/R-CMD-check.yaml)
99
[![Codecov test
1010
coverage](https://codecov.io/gh/tidymodels/brulee/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/brulee?branch=main)
1111
[![Lifecycle:
@@ -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.839
66+
#> 1 roc_auc binary 0.410
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.866
91+
#> 1 roc_auc binary 0.708
9292
```
9393

9494
## Code of Conduct

man/schedule_decay_time.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)