We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0ec69 commit beb1c5eCopy full SHA for beb1c5e
R/mlp.R
@@ -105,7 +105,7 @@ print.mlp <- function(x, ...) {
105
#'
106
#' @export
107
#' @inheritParams update.boost_tree
108
-#' @param object A random forest model specification.
+#' @param object A multilayer perceptron model specification.
109
#' @examples
110
#' model <- mlp(hidden_units = 10, dropout = 0.30)
111
#' model
0 commit comments