Contributing
Our goal is to provide a go-to place for Counterfactual Explanations in Julia. To this end, the following is a non-exhaustive list of enhancements we have planned:
- Additional counterfactual generators and predictive models.
- Additional datasets for testing, evaluation and benchmarking.
- Support for regression models.
For a complete list, have a look at outstanding issue.
How to contribute?
Any sort of contribution is welcome, in particular:
- Should you spot any errors or something is not working, please just open an issue.
- If you want to contribute your code, please proceed as follows:
- Fork this repo and clone your fork:
git clone https://github.com/your_username/CounterfactualExplanations.jl
. - Implement your modifications and submit a pull request.
- Fork this repo and clone your fork:
- For any other questions or comments, you can also start a discussion.