TARGET_TIME_SERIES
dataset to improve model training. For more
/// information, see FeaturizationConfig.
/// CreatePredictor
verifies that the DataFrequency
/// specified when the dataset was created matches the ForecastFrequency
.
/// TARGET_TIME_SERIES datasets don't have this restriction. Amazon Forecast also verifies
/// the delimiter and timestamp format. For more information, see howitworks-datasets-groups.
/// ForecastTypes
.
/// objective function
, set PerformAutoML
to true
.
/// The objective function
is defined as the mean of the weighted losses
/// over the forecast types. By default, these are the p10, p50, and p90 quantile losses.
/// For more information, see EvaluationResult.
/// AlgorithmArn
/// HPOConfig
/// PerformHPO
/// TrainingParameters
/// Status
of
/// the predictor must be ACTIVE
, signifying that training has completed.
/// To get the status, use the DescribePredictor operation.
/// PerformAutoML
is not set to true
.
/// Supported algorithms: /// ///
arn:aws:forecast:::algorithm/ARIMA
/// arn:aws:forecast:::algorithm/CNN-QR
/// arn:aws:forecast:::algorithm/Deep_AR_Plus
/// arn:aws:forecast:::algorithm/ETS
/// arn:aws:forecast:::algorithm/NPTS
/// arn:aws:forecast:::algorithm/Prophet
/// LatencyOptimized
AutoML override strategy is only available in private
/// beta. Contact Amazon Web Services Support or your account manager to learn more about
/// access privileges.
/// LatencyOptimized
.
/// DataFrequency
/// parameter of the CreateDataset operation) and set the forecast horizon to 10,
/// the model returns predictions for 10 days.
/// mean
.
/// ["0.10", "0.50", "0.9"]
.
/// HPOConfig
object, you must set PerformHPO
/// to true.
/// false
. In this case, you are required to specify
/// an algorithm.
/// PerformAutoML
to true
to have Amazon Forecast perform
/// AutoML. This is a good option if you aren't sure which algorithm is suitable for your
/// training data. In this case, PerformHPO
must be false.
/// false
. In this case, Amazon Forecast uses default
/// hyperparameter values from the chosen algorithm.
/// PerformHPO
to true
and,
/// optionally, supply the HyperParameterTuningJobConfig object. The tuning job
/// specifies a metric to optimize, which hyperparameters participate in tuning, and the
/// valid range for each tunable hyperparameter. In this case, you are required to specify
/// an algorithm and PerformAutoML
must be false.
/// aws:
, AWS:
, or any upper or lowercase combination
/// of such as a prefix for keys as it is reserved for Amazon Web Services use. You cannot
/// edit or delete tag keys with this prefix. Values can have this prefix. If a tag value
/// has aws
as its prefix but the key does not, then Forecast considers it
/// to be a user tag and will count against the limit of 50 tags. Tags with only the key
/// prefix of aws
do not count against your tags per resource limit.
///