Skip to content

Commit

Permalink
updated readme and LPCMCI tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrunge committed Apr 14, 2022
1 parent 5c1d15b commit abf0035
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
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

0 comments on commit abf0035

Please sign in to comment.