External baseline validation
- class datarobot.models.external_baseline_validation.ExternalBaselineValidationInfo
An object containing information about external time series baseline predictions validation results.
- Variables:
baseline_validation_job_id (
str
) – the identifier of the baseline validation jobproject_id (
str
) – the identifier of the projectcatalog_version_id (
str
) – the identifier of the catalog version used in the validation jobtarget (
str
) – the name of the target featuredatetime_partition_column (
str
) – the name of the column whose values as dates are used to assign a row to a particular partitionis_external_baseline_dataset_valid (
bool
) – whether the external baseline dataset passes the validation checkmultiseries_id_columns (
List[str]
ornull
) – a list of the names of multiseries id columns to define series within the training data. Currently only one multiseries id column is supported.holdout_start_date (
str
orNone
) – the start date of holdout scoring dataholdout_end_date (
str
orNone
) – the end date of holdout scoring databacktests (
list
ofdicts containing validation_start_date
andvalidation_end_date
orNone
) – the configured backtests of the time series projectforecast_window_start (
int
) – offset into the future to define how far forward relative to the forecast point the forecast window should start.forecast_window_end (
int
) – offset into the future to define how far forward relative to the forecast point the forecast window should end.message (
str
orNone
) – the description of the issue with external baseline validation job
- classmethod get(project_id, validation_job_id)
Get information about external baseline validation job
- Parameters:
project_id (
string
) – the identifier of the projectvalidation_job_id (
string
) – the identifier of the external baseline validation job
- Returns:
info – information about external baseline validation job
- Return type: