Metadata-Version: 2.1
Name: do-calculus
Version: 2.0.0
Summary: A Python implementation of the do-calculus of Judea Pearl et. al.
Home-page: https://github.com/bradendubois/do-calculus
Author: Braden Dubois
Author-email: braden.dubois@usask.ca
License: UNKNOWN
Description: <h1 align="center" style="border-bottom: none;">do-calculus</h1>
        <h3 align="center">A Python implementation of the <i>do-calculus</i> of Judea Pearl et. al.</h3>
        <p align="center">
            <a href="https://github.com/bradendubois/do-calculus/actions?query=workflow%3ATest+branch%3Amain">
                <img alt="Test Workflows" src="https://github.com/bradendubois/do-calculus/workflows/Test and Release/badge.svg">
            </a>
            <a href='https://coveralls.io/github/bradendubois/do-calculus?branch=main'>
                <img src='https://coveralls.io/repos/github/bradendubois/do-calculus/badge.svg?branch=main' alt='Coverage Status' />
            </a>
            <a href="https://pypi.org/project/do-calculus/">
                <img alt="" src="https://pypip.in/v/do-calculus/badge.svg">
            </a>
            <a href="https://pypi.org/project/do-calculus/">
                <img alt="" src="https://pypip.in/wheel/do-calculus/badge.svg">
            </a>
            <a href="https://github.com/semantic-release/semantic-release">
                <img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg">
            </a>
        </p>
        
        ## Resources
        
        * **Documentation / Wiki**: [github.com/bradendubois/do-calculus/wiki](https://github.com/bradendubois/do-calculus/wiki)
        * **Source Code**: [github.com/bradendubois/do-calculus](https://github.com/bradendubois/do-calculus)
        * **PyPI**: [pypi.org/project/do-calculus/](https://pypi.org/project/do-calculus/)
        * **Releases**: [github.com/bradendubois/do-calculus/releases](https://github.com/bradendubois/do-calculus/releases)
        * **Bug reports**: [github.com/bradendubois/do-calculus/issues](https://github.com/bradendubois/do-calculus/issues)
        * **Contact**: [braden.dubois@usask.ca](mailto:braden.dubois@usask.ca)
        
        See the [wiki](https://github.com/bradendubois/do-calculus/wiki) to get started.
        
        
        ## Development Status
        
        A full overhaul has been completed, and marks important milestones in my life and (consequently) this project's. Development on this project is halted until further notice, barring further changes to my own life, or necessary bug fixes and/or security fixes.
        
        ## Acknowledgements
        
        This project represents approximately two years of part- and full-time work as part of an indescribably fulfilling undergraduate research project. This project was done under the supervision of Dr. Eric Neufeld from approximately Spring 2020 - Winter 2022. Without Dr. Neufeld's support, guidance, patience, expertise (and of course, funding), this project would never have been started, let alone completed. I cannot overstate my appreciation - you've changed my academic and professional path, and provided me with so many wonderful experiences and memories that I will never forget. Thanks, Eric.
        
Keywords: do-calculus causation statistics pearl python
Platform: UNKNOWN
Description-Content-Type: text/markdown
