Learn R Programming

emil (version 2.2.3)

fit: Fit a model

Description

Fits a model according to a modeling procedure. If the procedure contains untuned parameters they will automatically be tuned prior to fitting.

Usage

fit(procedure, x, y, ..., .verbose = getOption("emil_verbose", FALSE))

Arguments

Value

A list of fitted models.

See Also

emil, modeling_procedure, evaluate, tune, predict, get_importance

Examples

Run this code
mod <- fit("lda", x=iris[-5], y=iris$Species)

Run the code above in your browser using DataLab