list_models: List Model Information

Description Usage Arguments Value See Also Examples

View source: R/query.R

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

1
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

1
2
# Get model information for the English-language Wikipedia
model_data <- list_models("enwiki")

Ironholds/ores documentation built on Aug. 30, 2020, 3:16 a.m.