Skip to content

Commit

Permalink
fix pkdown error: @Keywords internal
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jan 4, 2024
1 parent 9a7ddd5 commit 93d907f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: modeltime.h2o
Title: Modeltime 'H2O' Machine Learning
Version: 0.1.2
Version: 0.1.2.9000
Authors@R: c(
person("Matt", "Dancho", email = "[email protected]", role = c("aut", "cre")),
person("Business Science", role = "cph"))
Expand Down
4 changes: 4 additions & 0 deletions R/parsnip-automl.R
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ translate.automl_reg <- function(x, engine = x$engine, ...) {
#' @return
#' A fitted model with class `automl_fit_impl` and `modeltime_bridge`.
#'
#' @keywords internal
#'
#' @export
automl_fit_impl <- function(x, y, ...) {

Expand Down Expand Up @@ -319,6 +321,8 @@ predict.automl_fit_impl <- function(object, new_data, ...) {
#' @return
#' A vector of values (predictions) with class `numeric`.
#'
#' @keywords internal
#'
#' @export
automl_predict_impl <- function(object, new_data, ...) {

Expand Down

0 comments on commit 93d907f

Please sign in to comment.