OliverSchacht / AutoDoubleML

2 stars 0 forks source link

Pass key word arguments to flaml #3

Open PhilippBach opened 2 months ago

PhilippBach commented 2 months ago

Hi @OliverSchacht

I think it probably makes sense to let our interface pass through **kwargs to FLAML., for example to improve parallelization etc.

What do you think?

OliverSchacht commented 2 months ago

Thanks for the good idea. I was thinking: To allow different arguments for different nuisance estimators, maybe instead of using **kwargs we could have an optional dict automl_params which includes these params for the respective estimators or something similar

OliverSchacht commented 1 month ago

HI @PhilippBach I included this in the most recent commit https://github.com/OliverSchacht/AutoDoubleML/commit/5b01bab334da12ffa7c7595289d054dcb5954225