From 011fd72ed821736861f5d0d1214e2c68e52cd541 Mon Sep 17 00:00:00 2001 From: Sergey Sokolov Date: Tue, 31 Jul 2018 13:59:43 -0700 Subject: [PATCH 1/2] Updating R client docs --- R-package/R/mlp.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R-package/R/mlp.R b/R-package/R/mlp.R index ecc30999d1c2..aa510d103f53 100644 --- a/R-package/R/mlp.R +++ b/R-package/R/mlp.R @@ -8,7 +8,7 @@ #' @param activation either a single string or a vector containing the names of the activation functions. #' @param out_activation a single string containing the name of the output activation function. #' @param ctx whether train on cpu (default) or gpu. -#' @param eval_metric the evaluation metric/ +#' @param eval.metric the evaluation metric/ #' @param ... other parameters passing to \code{mx.model.FeedForward.create}/ #' #' @examples From 49b34c99491fe2cc7a8d7c1e04bc14f3a22de1cf Mon Sep 17 00:00:00 2001 From: Sergey Sokolov Date: Wed, 1 Aug 2018 12:42:30 -0700 Subject: [PATCH 2/2] Forcing build