Skip to content

Commit

Permalink
update roxy params
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Messier committed Oct 11, 2023
1 parent bd67628 commit 133b797
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/meta_learner.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#' Fit our meta learner. It takes predictions of other models such as
#' kriging, GLM, machine learning models as input and fits a new model
#' @param base_predictor_list - a list where each
#' @param meta_learner_obj
#' @param meta_learner_obj an exported S3/S4/function that is the meta learner
#' @param train_loc sf geospatial information on training locations
#' @param kfolds integer, index of k-folds for cross-validation. This should be
#' produced with regards to spatial and/or temporal considerations
Expand All @@ -22,8 +22,8 @@ meta_learner_fit <- function(base_predictor_list, meta_learner_obj,
#' meta_learner_predict - take the meta_fit_obj and prediction location info
#' to create meta_learner predictions
#'
#' @param meta_fit_obj
#' @param pred_grid
#' @param meta_fit_obj S3/S4 object from meta_learner_fit
#' @param pred_grid sf or dataframe grid of prediction locations
#' @return meta_pred_nc NetCDF (nc) file of the final meta learner predictions
#' @export
#'
Expand Down
2 changes: 2 additions & 0 deletions man/meta_learner_fit.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions man/meta_learner_predict.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 133b797

Please sign in to comment.