项目作者: zeno129

项目描述 :
Python package for Collective Classification
高级语言: Python
项目地址: git://github.com/zeno129/collective-classification.git
创建时间: 2016-01-21T19:35:24Z
项目社区:https://github.com/zeno129/collective-classification

开源协议:BSD 2-Clause "Simplified" License

下载


Collective Classification

Code license

This code is released under BSD v2

Package requirements

See the requirements.txt

Methods implemented

Collective Inference

  • Iterative Classification
  • Relaxation Labeling
  • Gibbs Sampling

Relational Classifiers

  • weighted-voting (wvRN)
  • naive Bayes (nBC)
  • logistic regression

Example usage

See the following gist

Citation

Giselle Zeno and Jennifer Neville. 2016. Investigating the Impact of Graph Structure and Attribute Correlation on Collective Classification Performance. In the 12th International Workshop on Mining and Learning with Graphs (MLG), August 14, 2016, San Francisco, CA, USA.

BibTex

  1. @inproceedings{Zeno2016,
  2. title = {Investigating the Impact of Graph Structure and Attribute Correlation on Collective Classification Performance},
  3. booktitle = {the 12th {{International Workshop}} on {{Mining}} and {{Learning}} with {{Graphs}} ({{MLG}})},
  4. author = {Zeno, Giselle and Neville, Jennifer},
  5. year = {2016},
  6. pages = {8},
  7. publisher = {{ACM, New York, NY, USA}},
  8. address = {{San Francisco, CA, USA}},
  9. }