PublicDatasetModel
- datasetType: integer · Dataset Id
_id requiredInteger numbers.
- estimatedType: number · Estimated Runtimenullable
_runtime required - idType: integer · Idrequired
Integer numbers.
- isType: boolean · Is Classificationnullable
_classification requiredWhether the target is classification rather than regression.
- outputType: string · Output Namenullable
_name required - statusType: string · ModelStatusenumrequiredvalues
- scheduling
- created
- running
- failed
- completed
- cancelled
- metricsType: object · PublicDatasetModelMetricsnullable
Selected model information and validation metrics. This is null until metrics are available.
- algorithmType: string · Algorithmrequired
Human-readable name of the selected algorithm.
- correlationType: string · Correlation Validation Name
_validation _name requiredName of the primary performance metric, such as r2_cv_mean or mcc_cv_mean.
- correlationType: number · Correlation Validation Value
_validation _value requiredPrimary cross-validation or test-set performance value. Interpret it using correlation_validation_name.
- errorType: string · Error Validation Name
_validation _name requiredName of the secondary performance metric, such as mae_cv_mean or roc_auc_cv_mean.
- errorType: number · Error Validation Value
_validation _value requiredSecondary cross-validation or test-set performance value. Interpret it using error_validation_name.
- featuriserType: string · Featuriserrequired
Human-readable name of the selected molecular representation, including the foundation model name when one was selected.
- isType: boolean · Is Log
_log requiredWhether the model was trained on log-transformed targets.
- testType: number · Test R2nullable
_r2 R-squared on user-provided external test data, if any.