ras44

Results 16 issues of ras44

[Builds from source](https://github.com/uber/causalml/actions/workflows/test-build-from-source.yml) are failing for python 3.7 and 3.8 due to a missing file : ![image](https://github.com/uber/causalml/assets/9282281/5cd547d3-898e-4d45-98c6-255ce2509aa4) **To Reproduce** Follow build from source installation steps **Expected behavior** No failure. **Environment...

bug

## Description The [Yeoman tutorial](http://yeoman.io/codelab/index.html) is failing for react because it references the ^1.0.0 release in its [package.json](https://github.com/FountainJS/generator-fountain-webapp/blob/e37f2ad97e354f410f14995650284ea24b5f7bf3/package.json). If there were another release that incorporates the latest commits, up to...

**Describe the bug** Less of a bug than a question: The T-learner takes the mean of the treatment effect `te` which is calculated over all subjects (so the mean over...

question

## Proposed changes This PR resolves #780 by removing the environment files in `envs/` as well as associated documentation and github build workflows. ## Types of changes What types of...

**Describe the bug** Maintaining environment files in `envs/` and their builds via `.github/workflows/test-conda-venv-install.py` https://github.com/uber/causalml/blob/a0315660d9b14f5d943aa688d8242eb621d2ba76/.github/workflows/test-conda-venv-install.yml#L1-L68 is cumbersome and not easily addressed across platforms due to cython and other platform-specific build dependencies....

refactoring

## Proposed changes This PR resolves the libxcrypt dependency issue described in #767. It also: - modifies docs/ to update the install process so that it includes libxcrypt (#767) -...