uber / causalml

Uplift modeling and causal inference with machine learning algorithms
Other
4.87k stars 756 forks source link

Dev/717 pytest tau col hotfix #719

Closed ras44 closed 7 months ago

ras44 commented 7 months ago

Proposed changes

This is work to resolve the issue described in #717.

Types of changes

What types of changes does your code introduce to CausalML? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

A variety of errors arise when currently building as described in #717, this PR resolves those errors. Errors were due to non-existent keys from two sources:

Starting this PR to see how it builds on the uber fork and will resolve issues as required.

ras44 commented 7 months ago

closing for now as I need to debug this further