I have a quite a large dataset of 75 features and one dependent variable where all are continuous. I want to do a MLR. and want to reduce the number of features. But there are many feature selection algorithm available like NCA, ILFS , InfFS, ECFS, mrmr, relieff, mutinffs, fsv, laplacian, mcfs, rfe, L0, fisher, UDFS, llcfs, cfs, fsasl, dgufs, ufsol, lasso and so on... I tried some of them where each every algorithm is giving different result. Which one would be best for Multiple Linear Regression?