Skip to content

Commit 6141f4c

Browse files
committed
don't link directly to catboost docs
1 parent 8d804eb commit 6141f4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/catboost.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
#' @param rsm A numeric value between 0 and 1, random subspace method. The
2525
#' percentage of features to use at each iteration of building trees. At each
2626
#' iteration, features are selected over again at random. Defaults to 1.
27-
#' @param quiet A logical; should logging by [catboost::catboost.train()] be
27+
#' @param quiet A logical; should logging by catboost::catboost.train() be
2828
#' muted?
29-
#' @param ... Other options to pass to [catboost::catboost.train()]. Arguments
29+
#' @param ... Other options to pass to catboost::catboost.train(). Arguments
3030
#' will be correctly routed to the `param` argument, or as a main argument,
3131
#' depending on their name.
3232
#'

man/train_catboost.Rd

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

0 commit comments

Comments
 (0)