2 references to SsaForecastingEstimator
Microsoft.ML.TimeSeries (1)
ExtensionsCatalog.cs (1)
480new SsaForecastingEstimator(CatalogUtils.GetEnvironment(catalog), outputColumnName, inputColumnName, windowSize, seriesLength, trainSize,
Microsoft.ML.TimeSeries.Tests (1)
TimeSeriesEstimatorTests.cs (1)
98var pipe = new SsaForecastingEstimator(Env, "Forecast", "Value", 10, 11, 22, 4,