The generic function for extracting coefficients from a model within the easyml core framework, if such an operation is applicable for that model. Users can create their own extract_coefficients function for their own class of model.
extract_coefficients(object)
object | A list of class |
---|
A data.frame, the generated coefficients.