Thanks goes to these wonderful people (emoji key):
George Filippou 🖋 |
Boi Mai Quach 💻 🖋 |
This project welcomes contributions, suggestions, and feedback. All submissions are accepted under the Project's License. By contributing, you confirm that you either own the rights to the content you submit or have the authority to license it under the same terms. All feedback, suggestions, and contributions are not confidential.
We follow the principles of the all-contributors specification to recognize contributions of all forms.
There are several ways you can help improve the CDA framework:
- Add example notebooks demonstrating how to run simulations, perform causal discovery, or estimate causal effects with CDA.
- Improve the causal discovery or causal estimation modules, including adding new algorithms or extending current functionality.
- Enhance integration by connecting CDA components with other causal inference or time-series libraries.
- Extend the API to support new capabilities such as interpretability tools, counterfactual prediction, or additional evaluation metrics.
- Improve documentation, including explanations, tutorials, and code comments.
- Report issues or suggest improvements through the GitHub Issues page.
If you would like to contribute, please follow the steps below.
git clone https://github.com/<your-username>/<repo-name>.git
cd <repo-name>git checkout -b feature/<your-feature-name>or
git checkout -b fix/<bug-description>git add .
git commit -m "Describe your change here"git push origin feature/<your-feature-name>or
git push origin fix/<bug-description>Go to your fork on GitHub and click “Compare & Pull Request” to submit your contribution.