Skip to content

Commit

Permalink
changes for new release (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo authored Feb 2, 2022
1 parent 841c460 commit d91fa61
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: brulee
Title: High-Level Modeling Functions with 'torch'
Version: 0.0.1.9000
Version: 0.1.0
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2402-136X")),
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# brulee 0.0.1.9000
# brulee 0.1.0

* Modeling functions gained a `mixture` argument for the proportion of L1 penalty that is used. (#50)

* Penalization was not occurring when quasi-Newton optimization was chosen. (#50)

# brulee 0.0.1

First CRAN release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ predict(nn_log_biv, bivariate_test, type = "prob") %>%
#> # A tibble: 1 × 3
#> .metric .estimator .estimate
#> <chr> <chr> <dbl>
#> 1 roc_auc binary 0.607
#> 1 roc_auc binary 0.608
```

A recipe can also be used if the data require some sort of preprocessing
Expand Down
1 change: 1 addition & 0 deletions man/brulee-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d91fa61

Please sign in to comment.