Giter VIP home page Giter VIP logo

pdfc's Introduction

Prerequisite-driven Fair Clustering on Heterogeneous Information Networks

This repository contains a PyTorch implementation of PDFC

Requirements

The code has been tested running under Python 3.8.8 with the following packages installed (along with their dependencies):

numpy==1.20.1
pandas==1.2.4
scipy==1.6.2
torch==1.12.0

Data information

The datasets/ contains three real-world datasets, MOOCCube, DBLP, and Movielens.

MOOCCube: this is an online education dataset, and it was collected and published on XuetangX.

DBLP: this is a citation network dataset, and it was collected and published on AMiner.

Movielens: this is a rating dataset about movies collected by GroupLens.

We describe the contents of each dataset file.

features/: This contains the features information of nodes.

path_info/: This contains the number of neighbors of nodes in the adjacency matrix.

prerequisite/: This contains the prerequisite relations between entities.

sensitive/: This contains the sensitive attribute information of nodes.

Repository Organization

main.py: The main running program of PDFC.

models.py: PDFC learning node embeddings based on graph model.

metrics.py: Metrics for evaluating fair clustering.

utils.py: Loading data and data processing.

Running PDFC

To achieve fair clustering, please run

python main.py 

pdfc's People

Contributors

zhang-juntao avatar

Stargazers

wise-wang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.