Skip to content

Commit

Permalink
note about xrf outcome transformations
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed May 26, 2020
1 parent c2c93f4 commit 7959c59
Show file tree
Hide file tree
Showing 58 changed files with 11,541 additions and 420 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rules
Title: Model Wrappers for Rule-Based Models
Version: 0.0.1
Version: 0.0.1.9000
Authors@R: c(
person(
given = "Max",
Expand Down
5 changes: 4 additions & 1 deletion R/rule_fit.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
#' For the `xrf` engine, the `xgboost` package is used to create the rule set
#' that is then added to a `glmnet` model.
#'
#' The only available engine is `"xrf"`.
#' The only available engine is `"xrf"`. Not that, per the documentation in
#' `?xrf`, transformations of the response variable are not supported. To
#' use these with `rule_fit()`, we recommend using a recipe instead of the
#' formula method.
#'
#' @return An updated `parsnip` model specification.
#' @seealso [parsnip::fit()], [parsnip::fit_xy()], [xrf::xrf.formula()]
Expand Down
40 changes: 14 additions & 26 deletions docs/404.html

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

30 changes: 9 additions & 21 deletions docs/CODE_OF_CONDUCT.html

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

30 changes: 9 additions & 21 deletions docs/CONTRIBUTING.html

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

32 changes: 10 additions & 22 deletions docs/ISSUE_TEMPLATE.html

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

Loading

0 comments on commit 7959c59

Please sign in to comment.