Skip to content

Commit

Permalink
update help URL references to readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ecpolley committed Aug 10, 2018
1 parent 4c17c14 commit 16d8ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/SL.xgboost.R
Expand Up @@ -10,7 +10,7 @@
#'
#' If you run into errors please first try installing the latest version of
#' XGBoost from drat as described here:
#' \url{https://github.com/dmlc/xgboost/blob/master/doc/build.md#r-package-installation}
#' \url{http://xgboost.readthedocs.io/en/latest/build.html}
#'
#' @param Y Outcome variable
#' @param X Covariate dataframe
Expand All @@ -29,7 +29,7 @@
#' @param minobspernode Minimum observations allowed per tree node, after which
#' no more splitting will occur.
#' @param params Many other parameters can be customized. See
#' \url{https://github.com/dmlc/xgboost/blob/master/doc/parameter.md}
#' \url{http://xgboost.readthedocs.io/en/latest/parameter.html}
#' @param nthread How many threads (cores) should xgboost use. Generally we want
#' to keep this to 1 so that XGBoost does not compete with SuperLearner
#' parallelization.
Expand Down

0 comments on commit 16d8ec7

Please sign in to comment.