Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddPredictions ¶
func AddPredictions(ctx context.Context, metricBuckets []*modelInputs.MetricBucket, settings modelInputs.PredictionSettings) error
Types ¶
type PredictionDataFrame ¶
type PredictionInput ¶
type PredictionInput struct { ChangepointPriorScale float64 `json:"changepoint_prior_scale"` IntervalWidth float64 `json:"interval_width"` IntervalSeconds int `json:"interval_seconds"` Input PredictionDataFrame `json:"input"` }
Click to show internal directories.
Click to hide internal directories.