Skip to content

Commit

Permalink
Missing doc in bm_Tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
MayaGueguen committed Apr 25, 2024
1 parent 039930f commit d41fbd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/bm_Tuning.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
##' Currently, the available parameters to be tuned are the following :
##' \describe{
##' \item{ANN}{\code{size}, \code{decay}, \code{bag}}
##' \item{CTA}{\code{maxdepth}}
##' \item{FDA}{\code{degree}, \code{nprune}}
##' \item{GAM.mgcv}{\code{select}, \code{method}}
##' \item{GBM}{\code{n.trees}, \code{interaction.depth}, \code{shrinkage}, \code{n.minobsinnode}}
Expand Down Expand Up @@ -97,6 +98,7 @@
##' \item All other models are tuned through \code{\link[caret]{train}} function
##' \item No optimization of formula for \code{MAXENT}, \code{MAXNET}, \code{SRE} and
##' \code{XGBOOST}
##' \item No interaction included in formula for \code{CTA}
##' \item Variables selection only for \code{GAM.gam} and \code{GLM}
##' }
##'
Expand Down

0 comments on commit d41fbd2

Please sign in to comment.