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.