Model module to fit a simple RandomForest classification model

RandomForest(.df)

Arguments

.df
Internal parameter, do not use in the workflow function. .df is data frame that combines the occurrence data and covariate data. .df is passed automatically in workflow from the process module(s) to the model module(s) and should not be passed by the user.

Value

A model object with a valid predict method

Version

1.0

Data type

presence/absence, abundance

See also

Other model: BiomodModel, GBM, LogisticRegression, MachineLearn, MaxEnt, MaxLike, MyMaxLike, OptGRaF, QuickGRaF, StochasticLogisticRegression, mgcv

Author

ZOON Developers, zoonproject@gmail.com