MLNetExamples icon indicating copy to clipboard operation
MLNetExamples copied to clipboard

[TimeSeriesForecast] holiday detection and weekend?

Open vnlevanduoc opened this issue 5 years ago • 1 comments

Hello, thank you

I want to ask that in the function "Forecasting.ForecastBySsa" it is possible to add holiday and weekend conditions so the algorithm becomes more accurate.

vnlevanduoc avatar Nov 13 '20 03:11 vnlevanduoc

ssa algorithm presume only one column in input, but you can concatenate it by transform funcion. See this ufficial MS exemple https://github.com/dotnet/machinelearning-samples/tree/main/samples/csharp/end-to-end-apps/Forecasting-Sales

heavymanto avatar Jul 09 '21 07:07 heavymanto