imdb {mldr.datasets}R Documentation

Dataset generated from the IMDB film database

Description

Multilabel dataset from the text domain.

Usage

imdb(...)

Arguments

...

Additional options for the loading function (e.g. download.dir)

Format

An mldr object with 120919 instances, 1001 attributes and 28 labels

Source

Read, J. and Pfahringer, B. and Holmes, G. and Frank, E., "Classifier chains for multi-label classification", Machine Learning, (3)85, pp. 333-359, 2011

Examples

## Not run: 
imdb <- imdb()  # Check and load the dataset
toBibtex(imdb)
imdb$measures

## End(Not run)

[Package mldr.datasets version 0.4.2 Index]