client.models.list_types
A method of the Models endpoint.
- list_types() ListResponse
List all available model types
API URL:
GET /models/typesimport civis client = civis.APIClient() response = client.models.list_types(...)
- Returns:
civis.ListResponse- idint
The ID of the model type.
- algorithmstr
The name of the algorithm used to train the model.
- dv_typestr
The type of dependent variable predicted by the model.
- fint_allowedbool
Whether this model type supports searching for interaction terms.