-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* patch `params` argument with `xgboost` engine in `boost_tree()` * remove + add snapshots from previous PRs * update snaps with new help-page reference Co-authored-by: Max Kuhn <mxkuhn@gmail.com>
- Loading branch information
1 parent
9e36249
commit 6c5482a
Showing
10 changed files
with
342 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# interface to param arguments | ||
|
||
! Please supply elements of the `params` list argument as main arguments to `set_engine()` rather than as part of `params`. | ||
i See `?details_boost_tree_xgboost` for more information. | ||
|
||
--- | ||
|
||
! Please supply elements of the `params` list argument as main arguments to `set_engine()` rather than as part of `params`. | ||
i See `?details_boost_tree_xgboost` for more information. | ||
|
||
--- | ||
|
||
! The argument `watchlist` is guarded by parsnip and will not be passed to `xgb.train()`. | ||
|
||
--- | ||
|
||
! The arguments `watchlist` and `data` are guarded by parsnip and will not be passed to `xgb.train()`. | ||
|
||
--- | ||
|
||
! Please supply elements of the `params` list argument as main arguments to `set_engine()` rather than as part of `params`. | ||
i See `?details_boost_tree_xgboost` for more information. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.