When fitting to training data with parsnip, is it possible to change the function used for minimization?
I believe rmse minimization is done for linear regression, but I would like to change this.
Is there a package or engine that can be changed?
thank you