powered by
## S3 method for class 'model': predict(object, x, ..., .verbose = FALSE)
-1
emil
modeling_procedure
evaluate
fit
tune
get_importance
procedure <- modeling_procedure("lda") mod <- fit(procedure, x=iris[-5], y=iris$Species) prediction <- predict(mod, iris[-5])
Run the code above in your browser using DataLab