Skip to content

matrac73/Projet_Causality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projet_Causality

Installation

To install the dependencies use pip and the requirements.txt in this directory. e.g.

    $ pip install -r requirements.txt

How to Run

  1. Change to the directory where youi want to clone the repository
    $ cd path/to/destination
  1. Clone the repository
    $ git clone https://github.com/matrac73/Projet_Causality.git
  1. Clone the repository
    $ git clone https://github.com/matrac73/Projet_Causality.git
  1. Run the scripts
    $ python ./Projet_Causality/SCM_1.py
    $ python ./Projet_Causality/SCM_2.py

Files architecture

.
├── .gitignore                      # avoid unecessary data exchange between git and local files
├── causal_probability.py           # script testing causal probability
├── SCM_1.py                        # script testing SCM on the first simple example
├── SCM_2.py                        # script testing SCM on the second example
├── requirements.txt                # dependencies
└── README.md                       # presents the GIT repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages