Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated readme and LPCMCI tutorial #210

Merged
merged 1 commit into from
Apr 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Version 5.0

[Documentation](https://jakobrunge.github.io/tigramite/)

[Tutorials](https://github.com/jakobrunge/tigramite/tree/master/tutorials/)

[Simple GUI](https://github.com/stbachinger/TigramiteGui)

## Overview
Expand Down
2 changes: 1 addition & 1 deletion release_on_pip.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version="50115"
version="50116"

# Steps to move from github to pip
# (Make sure pypi token exists)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def run(self):
# Run the setup
setup(
name="tigramite",
version="5.0.1.16",
version="5.0.1.17",
packages=["tigramite", "tigramite.independence_tests", "tigramite.toymodels"],
license="GNU General Public License v3.0",
description="Tigramite causal discovery for time series",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tigramite_tutorial_latent-pcmci.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@
"id": "4292aca1",
"metadata": {},
"source": [
"Based on the results of `run_bivci`, we choose to apply LPCMCI with `tau_max = 5`. We further choose `pc_alpha = 0.01` and apart from that do not modify the default hyperparameter settings."
"Based on the results of `run_bivci`, we choose to apply LPCMCI with `tau_max = 5` since after that lag, the lag functions decay to zero. Note that this is only a heuristic. In addition, you may also check scatter plots as done in the PCMCI tutorial in order to choose an appropriate conditional independence test. We further choose `pc_alpha = 0.01` and apart from that do not modify the default hyperparameter settings."
]
},
{
Expand Down