mlr3 (version 0.1.4)

mlr_tasks_spam: Spam Classification Task

Description

Spam data set from the UCI machine learning repository (http://archive.ics.uci.edu/ml/datasets/spambase). Data set collected at Hewlett-Packard Labs to classify emails as spam or non-spam. 57 variables indicate the frequency of certain words and characters in the e-mail. The positive class is set to "spam".

Arguments

Format

R6::R6Class inheriting from TaskClassif.

Construction

mlr_tasks$get("spam")
tsk("spam")

References

mlr3dua_2017

See Also

Dictionary of Tasks: mlr_tasks

as.data.table(mlr_tasks) for a complete table of all (also dynamically created) Tasks.