Ruleset
- class datarobot.models.Ruleset
Represents an approximation of a model with DataRobot Prime
- Variables:
id (
str
) – the id of the rulesetrule_count (
int
) – the number of rules used to approximate the modelscore (
float
) – the validation score of the approximationproject_id (
str
) – the project the approximation belongs toparent_model_id (
str
) – the model being approximatedmodel_id (
str
orNone
) – the model using this ruleset (if it exists). Will be None if no such model has been trained.