Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SsaForecastingEstimator.Fit(IDataView) Method

Definition

Namespace:
Microsoft.ML.Transforms.TimeSeries
Assembly:
Microsoft.ML.TimeSeries.dll
Package:
Microsoft.ML.TimeSeries v4.0.1
Package:
Microsoft.ML.TimeSeries v1.2.0
Package:
Microsoft.ML.TimeSeries v1.3.1
Package:
Microsoft.ML.TimeSeries v1.4.0
Package:
Microsoft.ML.TimeSeries v1.5.5
Package:
Microsoft.ML.TimeSeries v1.6.0
Package:
Microsoft.ML.TimeSeries v1.7.0
Package:
Microsoft.ML.TimeSeries v2.0.1
Package:
Microsoft.ML.TimeSeries v3.0.1
Package:
Microsoft.ML.TimeSeries v5.0.0-preview.1.25125.4
Source:
SSaForecasting.cs
Source:
SSaForecasting.cs
Source:
SSaForecasting.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Train and return a transformer.

public Microsoft.ML.Transforms.TimeSeries.SsaForecastingTransformer Fit(Microsoft.ML.IDataView input);
abstract member Fit : Microsoft.ML.IDataView -> Microsoft.ML.Transforms.TimeSeries.SsaForecastingTransformer
override this.Fit : Microsoft.ML.IDataView -> Microsoft.ML.Transforms.TimeSeries.SsaForecastingTransformer
Public Function Fit (input As IDataView) As SsaForecastingTransformer

Parameters

input
IDataView

Returns

Implements

Applies to