Skip to content

Commit

Permalink
Merge pull request #22 from BirkhoffG/l2c
Browse files Browse the repository at this point in the history
Implement L2C model
  • Loading branch information
BirkhoffG authored Nov 15, 2023
2 parents c5d7dc5 + 1b0c0de commit 02a72a7
Show file tree
Hide file tree
Showing 5 changed files with 1,086 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ methods.
| [`CCHVAE`](https://birkhoffg.github.io/jax-relax/methods/cchvae.html#cchvae) | Semi-Parametric | Learning Model-Agnostic Counterfactual Explanations for Tabular Data. | [\[6\]](https://arxiv.org/abs/1910.09398) |
| [`VAECF`](https://birkhoffg.github.io/jax-relax/methods/vaecf.html#vaecf) | Parametric | Preserving Causal Constraints in Counterfactual Explanations for Machine Learning Classifiers. | [\[7\]](https://arxiv.org/abs/1912.03277) |
| [`CLUE`](https://birkhoffg.github.io/jax-relax/methods/clue.html#clue) | Semi-Parametric | Getting a CLUE: A Method for Explaining Uncertainty Estimates. | [\[8\]](https://arxiv.org/abs/2006.06848) |
| [`L2C`](https://birkhoffg.github.io/jax-relax/methods/l2c.html#l2c) | Parametric | Feature-based Learning for Diverse and Privacy-Preserving Counterfactual Explanations | [\[9\]](https://arxiv.org/abs/2209.13446) |

## Citing `ReLax`

Expand Down
1 change: 1 addition & 0 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@
"| `CCHVAE` | Semi-Parametric | Learning Model-Agnostic Counterfactual Explanations for Tabular Data. | [[6]](https://arxiv.org/abs/1910.09398) |\n",
"| `VAECF` | Parametric | Preserving Causal Constraints in Counterfactual Explanations for Machine Learning Classifiers. | [[7]](https://arxiv.org/abs/1912.03277) |\n",
"| `CLUE` | Semi-Parametric | Getting a CLUE: A Method for Explaining Uncertainty Estimates. | [[8]](https://arxiv.org/abs/2006.06848) |\n",
"| `L2C` | Parametric | Feature-based Learning for Diverse and Privacy-Preserving Counterfactual Explanations | [[9]](https://arxiv.org/abs/2209.13446) |\n",
"\n",
": {tbl-colwidths=\"[17, 13, 65, 5]\"}\n"
]
Expand Down
Loading

0 comments on commit 02a72a7

Please sign in to comment.