py-why / causaltune

AutoML for causal inference.
Apache License 2.0
205 stars 30 forks source link

allow for passing of all/most parameters in both init and fit #234

Closed TDebonoWise closed 2 months ago

TDebonoWise commented 1 year ago

As previously discussed, it currently seems rather arbitrary which params to pass to either init or fit methods in optimiser.py. Potentially change this to allow for passing of all (most) params in both places.

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.