dynaml-lib

A research toolkit for understanding how misinformation flows through a social network through dynamic system simulation and graph neural networks


License
MIT
Install
pip install dynaml-lib==0.0.1

Documentation

dynaml-lib

Python library for DynaML toolkit

Installing via PyPI

You can pip install our library via the following pip command:

pip install dynaml-lib

Then import the library in your python project by:

import dynaml_lib

or access the experiment class with:

from dynaml_lib.experiment import Experiment