Skip to content

Budgeted active learning on graphs: benchmark showing community-aware sampling beats naive uncertainty sampling for early label efficiency.

Notifications You must be signed in to change notification settings

biru-codeastromer/graphactive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphActive

Budgeted active learning on graphs. A tiny benchmark showing community-aware sampling beats naive uncertainty sampling in early rounds for node classification on a Cora-like synthetic SBM.

Quickstart

python -m venv .venv
. .venv/bin/activate    # Windows: .\.venv\Scripts\activate
pip install -r requirements.txt
make reproduce
make plot
make test

Streamlit

make app

About

Budgeted active learning on graphs: benchmark showing community-aware sampling beats naive uncertainty sampling for early label efficiency.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published