make_ranger_predictions: Generate predictions from a 'Ranger' model fit

View source: R/fit_ranger_RF_and_make_predictions.R

make_ranger_predictionsR Documentation

Generate predictions from a Ranger model fit

Description

The functions makes predictions using a Ranger model object and a dataset of covariates.

Usage

make_ranger_predictions(mod_obj, dataset, covariates_names)

Arguments

mod_obj

the random forest model object returned by ranger.

dataset

the dataframe of the covariate dataset for which to make new predictions.

covariates_names

character vector of covariates names.


lorecatta/DENVfoiMap documentation built on April 1, 2022, 4:05 p.m.