Skip to content

sake-ai/GraphMiningNotebooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Mining Notebooks

Notebooks and datasets to accompany the textbook "Graph Mining".

Software environment

The notebooks were created under the following conda environment:

conda create --name graphmining python=3.7 numpy pandas jupyter matplotlib scikit-learn statsmodels seaborn cairo pycairo bokeh cython gensim numba datashader holoviews colorcet

conda activate graphmining

pip install python-igraph
pip install plfit
pip install partition-igraph
pip install umap-learn
pip install graphrole

Other software used:

Chapter 5 notebook:

Chapter 6 notebook:

Extra examples:

References - datasets

@misc{rozemberczki2019multiscale,    
       title = {Multi-scale Attributed Node Embedding},   
       author = {Benedek Rozemberczki and Carl Allen and Rik Sarkar},   
       year = {2019},   
       eprint = {1909.13021},  
       archivePrefix = {arXiv},  
       primaryClass = {cs.LG}   
}

which is part of project: https://github.com/benedekrozemberczki/MUSAE

References -- code

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.4%
  • C 5.6%