Skip to content

Commit

Permalink
Merge pull request #59 from dscolby/refactor
Browse files Browse the repository at this point in the history
Refactor
  • Loading branch information
dscolby committed Jun 17, 2024
2 parents 3c04f9c + c68f808 commit ecf1326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<img src="https://github.com/dscolby/CausalELM/actions/workflows/CI.yml/badge.svg?branch=main"
alt="Build Status">
</a>
<a href="https://app.codecov.io/gh/dscolby/CausalELM.jl/tree/main/src">
<img src="https://codecov.io/gh/dscolby/CausalELM.jl/graph/badge.svg"
<a href="https://app.codecov.io/gh/dscolby/CausalELM/tree/main/src">
<img src="https://codecov.io/gh/dscolby/CausalELM/graph/badge.svg"
alt="Code Coverage">
</a>
<a href="https://opensource.org/licenses/MIT">
Expand Down
1 change: 1 addition & 0 deletions docs/src/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ learning and doubly robust estimation [39](https://github.com/dscolby/CausalELM.
* Standardized and improved docstrings and added doctests [#44](https://github.com/dscolby/CausalELM.jl/issues/44)
* Counterfactual consistency now simulates outcomes that violate the counterfactual consistency assumption rather than
binning of treatments and works with discrete or continuous treatments [#33](https://github.com/dscolby/CausalELM.jl/issues/33)
* Refactored estimator and metalearner structs, constructors, and estimate_causal_effect! methods [#45](https://github.com/dscolby/CausalELM.jl/issues/45)
### Fixed
* Clipped probabilities between 0 and 1 for estimators that use predictions of binary variables [#36](https://github.com/dscolby/CausalELM.jl/issues/36)
* Fixed sample splitting and cross fitting procedure for doubly robust estimation [#42](https://github.com/dscolby/CausalELM.jl/issues/42)
Expand Down

0 comments on commit ecf1326

Please sign in to comment.