Returns a list of logicals, representing different capabilities. Some
of them are defined below:
supportsBlending logical. Whether the model supports blending. See
RequestBlender
.
supportsMonotonicConstraints logical. Whether the model supports
monotonic constraints. See RequestModel
.
supportsModelPackageExport. logical. Whether the model can be
exported as a model package (a .mloc file).
supportsCodeGeneration logical. Added in DataRobot API 2.18.
Whether the model supports code generation.
supportsShap logical. Added in DataRobot API 2.18. Whether the
model supports the Shapley package, i.e. Shapley-based feature
importance.
supportsEarlyStopping. logical. Added in DataRobot API 2.22.
Whether this is an early-stopping tree-based model, which denotes that
the number of trained iterations can be retrieved.
hasWordCloud logical. Whether the model has a word cloud. See
GetWordCloud
.
eligibleForPrime logical. Whether the model is eligible for Prime.
See CreatePrimeCode
.
hasParameters logical. Whether the model has parameters. See
GetModelParameters
.