Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoScholtes committed Aug 18, 2018
1 parent e9d67b9 commit 55cf8c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

`pathpy` is specifically tailored to analyse temporal networks as well as time series and sequence data that capture multiple short, independent paths observed in an underlying graph or network. Examples for data that can be analysed with pathpy include time-stamped social networks, user click streams in information networks, biological pathways, citation networks, or information cascades in social networks.

Unifying the modelling and analysis of path statistics and temporal networks, `pathpy` provides efficient methods to extract causal or time-respecting paths from time-stamped network data. The current PyPI package `pathpy2` supersedes the packages [`pyTempnets`](https://github.com/IngoScholtes/pyTempNets) as well as version 1.0 of pathpy.
Unifying the modelling and analysis of path statistics and temporal networks, `pathpy` provides efficient methods to extract causal or time-respecting paths from time-stamped network data. The current package distributed via the PyPI name `pathpy2` supersedes the packages [`pyTempnets`](https://github.com/IngoScholtes/pyTempNets) as well as version 1.0 of `pathpy`.`

`pathpy` facilitates the analysis of temporal correlations in time series data on networks.
It uses a principled model selection technique to infer higher-order graphical representations that capture both topological and temporal characteristics.
Expand Down Expand Up @@ -35,6 +35,8 @@ A broader view on higher-order models in the analyis of complex systems can be f

`> pip install pathpy2`

Please make sure that you use the pyPI name `pathpy2` as the package name `pathpy` is currently blocked.

# Tutorial

A comprehensive 3 hour hands-on tutorial that shows how you can use `pathpy` to analyse data on pathways and temporal networks is available [online](https://ingoscholtes.github.io/kdd2018-tutorial/).
Expand Down
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pathways, citation networks, or information cascades in social networks.

Unifying the modelling and analysis of path statistics and temporal networks,
pathpy provides efficient methods to extract causal or time-respecting paths from
time-stamped network data. The current PyPI module pathpy2 supersedes the
packages pyTempnets as well as version 1.0 of pathpy.
time-stamped network data. The current package distributed via the PyPI name
pathpy2 supersedes the packages pyTempnets as well as version 1.0 of pathpy.

pathpy facilitates the analysis of temporal correlations in time
series data on networks. It uses model selection and statistical
Expand Down Expand Up @@ -68,6 +68,7 @@ can be installed by typing:

pip install pathpy2

Please make sure that you use the pyPI name pathpy2 as the package name pathpy is currently blocked.

Tutorial
========
Expand Down

0 comments on commit 55cf8c1

Please sign in to comment.