Skip to content

Tags: TARGENE/TMLE.jl

Tags

v0.17.1

Toggle v0.17.1's commit message
[Diff since v0.17.0](v0.17.0...v0.17.1)

- New [CausalTables](https://github.com/salbalkus/CausalTables.jl) @salbalkus
- Add documentation for YAML/JSON integrations @olivierlabayle

**Merged pull requests:**
- implement function to fit estimators on a CausalTable (#118) (@salbalkus)

**Closed issues:**
- Generate all parameters from a parameter family given data (#77)
- Find the time to rework docs (#95)
- Bring the FailedEstimate from TMLECI here (#113)

v0.17.0

Toggle v0.17.0's commit message
[Diff since v0.16.1](v0.16.1...v0.17.0)

**Merged pull requests:**
- Agnostic composed (#110) (@olivierlabayle)
- For 0.17.0 release (#112) (@olivierlabayle)

**Closed issues:**
- ComposedEstimands shouldn't take a function (#102)

v0.16.1

Toggle v0.16.1's commit message
[Diff since v0.16.0](v0.16.0...v0.16.1)

**Merged pull requests:**
- Cv check and doc (#109) (@olivierlabayle)

v0.16.0

Toggle v0.16.0's commit message
[Diff since v0.15.0](v0.15.0...v0.16.0)

- Support for OrderedFactor{2}, Multiclass should be deprecated in the future
- Replace TreatmentTransformer (deprecated) with MLJModels.ContinuousEncoder

**Merged pull requests:**
- Ordered factor (#107) (@olivierlabayle)

**Closed issues:**
- No issue, just thank you! (#105)

v0.15.0

Toggle v0.15.0's commit message
[Diff since v0.14.2](v0.14.2...v0.15.0)

Add `factorialEstimand` and `factorialEstimands` for all `CM`, `ATE` and `IATE`.

**Merged pull requests:**
- generalize methods to factorialEstimand [BREAKING] (#106) (@olivierlabayle)

v0.14.2

Toggle v0.14.2's commit message
[Diff since v0.14.1](v0.14.1...v0.14.2)

- Fix the "show" method issues arising from the previous version
- add sorting of treatment values for maximizing joint estimand size

v0.14.1

Toggle v0.14.1's commit message
[Diff since v0.14.0](v0.14.0...v0.14.1)

- Add significance_test function
- Change show methods of Estimates to return test result

**Merged pull requests:**
- Significance test (#103) (@olivierlabayle)

v0.14.0

Toggle v0.14.0's commit message
[Diff since v0.13.1](v0.13.1...v0.14.0)

- Limit the generation of factorial ATEs and IATEs to linearly independent ones
- Rename the generating methods

**Merged pull requests:**
- Linearly indep estimands (#101) (@olivierlabayle)

v0.13.1

Toggle v0.13.1's commit message
[Diff since v0.13.0](v0.13.0...v0.13.1)

- Remove ::SCM typing in identify method for `ComposedEstimand` to defer error to component if scm is not provided.

v0.13.0

Toggle v0.13.0's commit message
[Diff since v0.12.2](v0.12.2...v0.13.0)

- `generateIATEs` generates interaction estimands

- `generateATEs` now returns a `ComposedEstimand`

**Merged pull requests:**
- Generate iates (#99) (@olivierlabayle)