Skip to content

Commit

Permalink
Update installation command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoabt committed Jan 31, 2025
1 parent 49be6fb commit 8c70619
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,15 @@
![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)
![Typed](https://img.shields.io/badge/typed-yes-brightgreen)

Welcome to the documentation for the **Prob**abilistic **I**nference on **Net**works
(``ProbINet``) Python
package. This project is a
collaborative effort to consolidate state-of-the-art probabilistic generative modeling implementations from various
Welcome to the documentation for the **Prob**abilistic **I**nference on **Net**works (``ProbINet``) Python
package. This project is a collaborative effort to consolidate state-of-the-art probabilistic generative modeling implementations from various
scientific publications. Our focus lies in advancing network analysis techniques with an emphasis on recent modeling
approaches that relax the restrictive conditional independence assumption, enabling the modeling of joint
distributions of network data.

The ``ProbINet`` package is designed to be a comprehensive and user-friendly toolset for
researchers and practitioners
interested in modeling network data through probabilistic generative approaches. Our goal is to provide a
unified resource that brings together different advances scattered across many code repositories.
researchers and practitioners interested in modeling network data through probabilistic
generative approaches. Our goal is to provide a unified resource that brings together different advances scattered across many code repositories.
By doing so, we aim not only to enhance the usability of existing models, but also to facilitate the comparison
of different approaches. Moreover, through a range of tutorials, we aim at simplifying the use of these methods
to perform inferential tasks, including the prediction of missing network edges, node clustering (community detection),
Expand Down Expand Up @@ -47,7 +44,7 @@ To get started, follow these steps:
3. Install the ``ProbINet`` package by running:

```bash
(venv) pip install .
(venv) pip install probinet
```

## Usage
Expand Down

0 comments on commit 8c70619

Please sign in to comment.