DoubleML / doubleml-for-py

DoubleML - Double Machine Learning in Python
https://docs.doubleml.org
BSD 3-Clause "New" or "Revised" License
455 stars 68 forks source link

[Bug] DoubleMLPLR.tune return none #162

Closed yangfanliang closed 1 year ago

yangfanliang commented 1 year ago

According to the doc, when setting parameters return_tune_res=True, it should return tune_res (A list containing detailed tuning results and the proposed hyperparameters, returned if return_tune_res is True). However, right now DoubleMLPLR.tune just returns none even return_tune_res=True.

MalteKurz commented 1 year ago

The bug was fixed in https://github.com/DoubleML/doubleml-for-py/pull/160 but not released yet. You may want to consider installing the dev version from GitHub to have immediate access to the fix.