Simple implementation of ordinary least squares that computes with sparse feature matrices.
Value
ols returns an object of S3 class
ols. An object of class ols is a list containing
the following components:
coefA vector with the regression coefficents.
y,X,const,wPass-through of the user-provided arguments. See above.
See also
Other ml_wrapper:
mdl_glmnet(),
mdl_glm(),
mdl_ranger(),
mdl_xgboost()