SilverForecaster constructor
SilverForecaster({})
Implementation
SilverForecaster({
required this.inputCsvPath,
required this.outputCsvPath,
this.sequenceLength = 60,
this.hiddenSize = 26,
this.grainingSizes = const [7, 4],
this.dropoutRate = 0.25,
this.numModels = 4,
this.epochs = 8,
this.learningRate = 0.001,
});