olivereanderson / Classifier-Chains

Classifier chains (blog post)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Classifier-Chains

Classifier chains blog post

This repository provides a simple implementation of classifier chains in python and tests the implementation on the problem of predicting whether a paper is labelled as algebraic geometry, number theory or both. Most of the code is thoroughly explained in this blog post.

The repository also contains a class called MultilabelAnalyserthat provides functionality to get an overview of a dataset of samples associated with multi-labels.

About

Classifier chains (blog post)


Languages

Language:Python 100.0%