MetricsMLNotebooks

MetricsMLNotebooks

Notebooks for Applied Causal Inference Powered by ML and AI

Stars: 72

Visit
 screenshot

MetricsMLNotebooks is a repository containing applied causal ML notebooks. It provides a collection of notebooks for users to explore and run causal machine learning models. The repository includes both Python and R notebooks, with a focus on generating .Rmd files through a Github Action. Users can easily install the required packages by running 'pip install -r requirements.txt'. Note that any changes to .Rmd files will be overwritten by the corresponding .irnb files during the Github Action process. Additionally, all notebooks and R Markdown files are stripped from their outputs when pushed to the main branch, so users are advised to strip the notebooks before pushing to the repository.

README:

Applied Causal ML Notebooks

If you are facing difficulties running a notebook on your environment, try installing the packages in the requirements.txt file of the repo.

pip install -r requirements.txt

For Contributors

The .Rmd files are auto-generated by a Github Action, whenever one pushes a .irnb (R Jupyter notebook) to one of the main folders of the repo on the main branch. So .Rmd files, should never be altered directly. Only changes to .irnb files should be made. Any change to a .Rmd file will be over-written by the corresponding .irnb file and will not survive the Github Action.

Moreover, whenever a push happens to the main branch, all python and R notebooks and all R Markdown files are stripped from their outputs. It is advisable that you always strip the notebooks before pushing to the repo. You can use nbstripout --install on your local git directory, which does this automatically for you.

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for MetricsMLNotebooks

Similar Open Source Tools

For similar tasks

For similar jobs