Ken Lee

Results 3 issues of Ken Lee

Hi all, I tried to use the linear_regression_estimator in the [tutorial](https://microsoft.github.io/dowhy/example_notebooks/DoWhy-The%20Causal%20Story%20Behind%20Hotel%20Booking%20Cancellations.html). I used the exact notebook but replaced the esimation step with this: ``` lr_estimate = model.estimate_effect(identified_estimand, control_value=False, treatment_value=True, method_name='backdoor.linear_regression',...

bug

### Describe the bug Thank you for creating this great repo! I am running simple "openllm start dolly-v2" and getting a 500 internal server error related to "model_kwargs". Not sure...

The purpose of this notebook is to go from a raw a set of user-queries from an in-production chatbot or rag system to a refined evaluation dataset. This is achieved...