https://github.com/aida-ugent/global_essd_public

https://github.com/aida-ugent/global_essd_public

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: sciencedirect.com
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: aida-ugent
  • Language: Python
  • Default Branch: master
  • Size: 6.58 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 5 years ago · Last pushed over 5 years ago
Metadata Files
Readme

README.md

GlobalESSD_Public

Source code for paper: Mining Explainable Subgraphs with Surprising Densities, Locally and Globally

Set up

  • Environment: Python 3.6+
  • Requirement:
    • numpy 1.15.2
    • scipy 1.1.0
    • pandas 0.23.4
    • matplotlib 3.0.0
    • networkx 2.2
    • scikit-learn 0.20.0
    • graphviz 0.10.1

Data

We run experiments on several real-world networks, including:

  • lastfm: from the website http://www.lastfm.com [1]Iván Cantador, Peter Brusilovsky, and Tsvi Ku ik. 2011. 2nd Workshop on Information Heterogeneity and Fusion in Recommender Systems (HetRec 2011). In Proceedings of the 5th ACM conference on Recommender systems (RecSys2011).

  • facebook100: Caltech36, Reed98; [2]Amanda L. Traud, Peter J. Mucha, Mason A. Porter, Social structure of Facebook networks, Physica A: Statistical Mechanics and its Applications, Volume 391, Issue 16, 2012,Pages 4165-4180, ISSN 0378-4371, https://doi.org/10.1016/j.physa.2011.12.021. (http://www.sciencedirect.com/science/article/pii/S0378437111009186)

  • DBLP: DBLPaffs, DBLPtopics; two DBLP citation networks extracted from https://aminer.org/citation dblppapersv11.txt

  • MPvotes: the Twitter social network generated from friendships between Members of Parliament (MPs) in UK.

Run

  • Single-subgroup pattern discovery using our SI measure:
    run script 'single_sgd.py' to generate results

  • Single-subgroup pattern discovery using other objective measures for a comparative study: run script 'singlesgdcompare.py' to identify most interesting single-subgroup patterns w.r.t other different measures

  • Bi-subgroup pattern discovery using our SI measures: run script 'bi_sgd.py' to generate results

  • Bi-subgroup pattern discovery using our SI measures, based on incorporating the user’s prior knowledge about ‘year’, ‘dorm/house’
    attributes in either Caltech36 or Reed98 dataset
    : run script 'bisgdattrPrior.py'

  • Global pattern discovery (summarization) on DblpAffs: run script 'findcitationpatternsgloballyaffs.py'

  • Global pattern discovery (summarization) on DblpTopics: run script 'findcitationpatternsgloballytopics.py'

  • Global pattern discovery (summarization) on MPvotes: run script 'findpatternsglobally_MP.py'

  • Scalability evaluation: the effect of |S|:

    • single-subgroup pattern discovery: run script 'scalabilitysinglesgd.py'
    • bi-subgroup pattern discovery: run script 'scalabilitybisgd.py'
    • global pattern discovery (summarization): run script 'scalabilityglobalsgd.py'

Do not contribute to

  • maxent

Partially contribute to

  • pysubgroupx (we create graphtarget.py, graphtarget_blockcons.py, insert the nested beam search on the algorithm.py and modify utils.py, )

Owner

  • Name: Ghent University Artificial Intelligence & Data Analytics Group
  • Login: aida-ugent
  • Kind: organization
  • Email: tijl.debie@ugent.be
  • Location: Ghent

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels