Skip to content

lca4/interank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interank

A method for predicting the success of contributions to online collaborative projects.

Yardım, A. B., Kristof, V., Maystre, L., and Grossglauser, M., Can Who-Edits-What Predict Edit Survival?, arXiv preprint.

Setup

Install the interank library:

pip3 install -e lib

You're ready to predict some edits!

Data

Download the data folder, containing the models' predictions and true labels, and put it in the root of the repository.

With this you can run the following notebooks:

For the remaining notebooks, you'll need to process the raw data using the scripts in the scripts folder.

Requirements

This project requires Python 3.

Python libraries

  • numpy
  • scipy
  • matplotlib
  • scikit-learn
  • jupyter
  • tensorflow
  • pandas

About

The code for the paper "Can Who-Edits-What Predict Edit Survival?"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published