powered by
Predict the response of unknown observations
# S3 method for model predict(object, x, ..., .verbose = FALSE)
Fitted model.
Data set with observations whose response is to be predicted.
Sent to the procedure's prediction function.
Whether to print an activity log.
See the documentation of procedure's method.
emil, modeling_procedure, evaluate,fit, tune, get_importance
emil
modeling_procedure
evaluate
fit
tune
get_importance
# NOT RUN { mod <- fit("lda", x=iris[-5], y=iris$Species) prediction <- predict(mod, iris[-5]) # }
Run the code above in your browser using DataLab