DoubleML / doubleml-for-r

DoubleML - Double Machine Learning in R
https://docs.doubleml.org
Other
126 stars 25 forks source link

Avoid overriding learner parameters during turing #83

Closed PhilippBach closed 3 years ago

PhilippBach commented 3 years ago

Currently, the parameter values of a learner (<learner>$param_set$values) are overriden when calling dml_tune

https://github.com/DoubleML/doubleml-for-r/blob/b97814b1de48dd402551a176568445302142db84/R/helper.R#L133

PhilippBach commented 3 years ago

Fixed in https://github.com/DoubleML/doubleml-for-r/pull/84