hc99's picture
Add files using upload-large-folder tool
93d7919 verified
raw
history blame
687 Bytes
Installation
============
pgmpy requires Python >=3.8, <=3.11. pgmpy is hosted on both pypi and anaconda. For installation through pypi, use the command:
.. code-block:: bash
pip install pgmpy
For installation through anaconda, use the command:
.. code-block:: bash
conda install -c ankurankan pgmpy
For installing the latest `dev` branch from github, use the command:
.. code-block:: bash
pip install git+https://github.com/pgmpy/pgmpy.git@dev
Requirements
------------
If installing manually, the following non-optional dependencies needs to be installed:
* numpy
* scipy
* scikit-learn
* pandas
* pyparsing
* pytorch
* statsmodels
* tqdm
* joblib