thomaswiemann / ddml

ddml: Double/Debiased Machine Learning in R
https://thomaswiemann.com/ddml/
GNU General Public License v3.0
15 stars 1 forks source link

Include variable standardization options #19

Open thomaswiemann opened 2 years ago

thomaswiemann commented 2 years ago

Machine learning methods like neural networks perform best with appropriately standardized variables. Including optional pipes for demeaning and standardization would be useful. Coefficient estimates and standard errors need to be re-scaled appropriately.