greedyMSE | R Documentation |
Greedy optimization for minimizing the mean squared error. Works for classification and regression.
greedyMSE(X, Y, max_iter = 100L)
X |
A numeric matrix of features. |
Y |
A numeric matrix of target values. |
max_iter |
An integer scalar of the maximum number of iterations. |
A list with components:
model_weights |
A numeric matrix of model_weights. |
RMSE |
A numeric scalar of the root mean squared error. |
max_iter |
An integer scalar of the maximum number of iterations. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.