Learn R Programming

ores (version 0.3.2)

list_models: List Model Information

Description

list_models lists information about the models for a particular wiki, including what models are available, how they have been trained, information about the model's accuracy and ROC, and the model's version.

Usage

list_models(project = NULL, ...)

Arguments

project

a Wikimedia project. Supported projects can be obtained with list_wikis. If NULL (the default), model information will be retrieved for all projects.

...

further arguments to pass to httr's GET.

Value

a data.frame of three columns - the project of the model, the model name and the model version.

See Also

list_wikis for retrieving the list of supported projects, and check_damaging and similar for actual checking against models.

Examples

Run this code
# NOT RUN {
# Get model information for the English-language Wikipedia
model_data <- list_models("enwiki")

# }

Run the code above in your browser using DataLab