Applying standardisation to LASSO and KNNREG in R
To my Understanding standardisation is used for robustness. However, I’m having difficulty in understanding how to apply standardisation to my data in a LASSO and KNN Regression in the cv.glmnet and knnreg functions from the glmnet and caret libraries and comparing the regression output agaisnt each other.