Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: bonsai
Title: Model Wrappers for Tree-Based Models
Version: 0.4.0.9000
Version: 0.4.1.9000
Authors@R: c(
person("Daniel", "Falbel", , "dfalbel@curso-r.com", role = "aut"),
person("Athos", "Damiani", , "adamiani@curso-r.com", role = "aut"),
Expand All @@ -26,7 +26,7 @@ License: MIT + file LICENSE
URL: https://bonsai.tidymodels.org/, https://github.com/tidymodels/bonsai
BugReports: https://github.com/tidymodels/bonsai/issues
Depends:
parsnip (>= 1.3.3.9000),
parsnip (>= 1.4.0),
R (>= 4.1)
Imports:
cli,
Expand All @@ -52,8 +52,6 @@ Suggests:
tune
VignetteBuilder:
knitr
Remotes:
tidymodels/parsnip
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Config/usethis/last-upkeep: 2025-04-25
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# bonsai (development version)

# bonsai 0.4.1

## Bug Fixes

* Added `multi_predict()` method for catboost engine, enabling efficient tuning of the `trees` parameter (#115).

* catboost tuning parameters were updates: (#119)
Expand Down
Loading