models_list_types {civis}R Documentation

List all available model types

Description

List all available model types

Usage

models_list_types()

Value

An array containing the following fields:

id

integer, The ID of the model type.

algorithm

string, The name of the algorithm used to train the model.

dvType

string, The type of dependent variable predicted by the model.

fintAllowed

boolean, Whether this model type supports searching for interaction terms.


[Package civis version 3.1.2 Index]