From 547f9abd702bb645455a4b225f46a14023fcab22 Mon Sep 17 00:00:00 2001 From: Matt Dancho Date: Thu, 4 Jan 2024 15:35:54 -0500 Subject: [PATCH] fix pkgdown error:keywords internal --- man/automl_fit_impl.Rd | 1 + man/automl_predict_impl.Rd | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/man/automl_fit_impl.Rd b/man/automl_fit_impl.Rd index c925eb1..da28be0 100644 --- a/man/automl_fit_impl.Rd +++ b/man/automl_fit_impl.Rd @@ -19,3 +19,4 @@ A fitted model with class \code{automl_fit_impl} and \code{modeltime_bridge}. \description{ H2O AutoML Modeling Function (Bridge) } +\keyword{internal} diff --git a/man/automl_predict_impl.Rd b/man/automl_predict_impl.Rd index 5e3fed0..51dccc4 100644 --- a/man/automl_predict_impl.Rd +++ b/man/automl_predict_impl.Rd @@ -7,7 +7,7 @@ automl_predict_impl(object, new_data, ...) } \arguments{ -\item{object}{An object of class \code{model_fit}} +\item{object}{An object of class \code{model_fit}.} \item{new_data}{A rectangular data object, such as a data frame.} @@ -19,3 +19,4 @@ A vector of values (predictions) with class \code{numeric}. \description{ Bridge prediction Function for H2O AutoML Models } +\keyword{internal}