Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msuzen/looper
A resource list for causality in statistics, data science and physics
https://github.com/msuzen/looper
bayesian-inference causal causal-discovery causal-impact causal-inference causal-machine-learning causal-models causal-networks causality causality-algorithms causality-analysis causation data-science machine-learning meta-learning physics statistical-inference statistical-mechanics statistical-physics statistics
Last synced: 2 months ago
JSON representation
A resource list for causality in statistics, data science and physics
- Host: GitHub
- URL: https://github.com/msuzen/looper
- Owner: msuzen
- Created: 2018-01-04T12:34:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T15:43:55.000Z (7 months ago)
- Last Synced: 2024-08-03T15:10:51.254Z (6 months ago)
- Topics: bayesian-inference, causal, causal-discovery, causal-impact, causal-inference, causal-machine-learning, causal-models, causal-networks, causality, causality-algorithms, causality-analysis, causation, data-science, machine-learning, meta-learning, physics, statistical-inference, statistical-mechanics, statistical-physics, statistics
- Homepage:
- Size: 604 KB
- Stars: 252
- Watchers: 12
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
# looper : A resource list for causality in statistics, data science and physics
Penrose meets Pearl, (c) 2021Our honour to be mentioned by Judea Pearl on [twitter](https://twitter.com/ceobillionaire/status/1388630546797023232).
```
Aspiration to learn everything from data alone has
kept the ML community away from science.
Judea Pearl
```A resource list, code snippets or small scale software solutions for causal analysis in different areas. The name is inspired from the movie [looper](https://en.wikipedia.org/wiki/Looper_(film)), which has a premise of time-like loops, probably the most complex causal subject from physics point of view.
The main entry is a markdown file as follows, any looper specific internal examples are lined there too :
* [A resource list for causality in statistics, data science and physics](looper.md)
Other fields of course such as econometrics, epidemiology and many more.## Looper Nuggets
Looper Nuggets mimick a glossary of terms and concepts in causal inference, though they are entry to
understanding concepts in pedagogical manner. See the list of
them [here](nuggets/looper_nuggets.md).## License
This repository and all contributions are licensed under
[![License: CC BY 4.0](https://i.creativecommons.org/l/by/4.0/88x31.png)](https://creativecommons.org/licenses/by/4.0/)## Citing the repo
Please attribute this work as follows
```
@misc{suezen2018a,
author = {Mehmet S{\"u}zen et. al.},
title = {A resource list for causality in statistics, data science and physics},
year = {2018},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/msuzen/looper}},
}
```
If you are embedding specific release, use the version link, for example for `https://github.com/msuzen/looper/tree/v0.1.2`
in `howpublished` tag.## Contributions
Please send a pull request or create an issue for suggestions or codes. See [Basic how to contribute guide](contribution_guide.md)