The mfp package has the option rescale to show final coefficients on their original scales, even if transformations or centering are applied. Currently mfpa does not support this option.
I think it would be natural to implement a rescaling option, which is also inline with e.g. how glmnet handles this. We could also consider renaming the paramter to something like "unscale".
The
mfp
package has the optionrescale
to show final coefficients on their original scales, even if transformations or centering are applied. Currentlymfpa
does not support this option.I think it would be natural to implement a rescaling option, which is also inline with e.g. how
glmnet
handles this. We could also consider renaming the paramter to something like "unscale".To be discussed.