The generic function for fitting a model within the easyml core framework. Users can create their own fit_model function for their own class of model.

fit_model(object)

Arguments

object

A list of class easy_*, where * is the name of the algorithm.

Value

A list of class easy_*, where * is the name of the algorithm.