Skip to content

Commit

Permalink
typo fix (#302)
Browse files Browse the repository at this point in the history
Summary:
Fixed typo inside doc string of `GMParam` class.

Pull Request resolved: #302

Reviewed By: akindyakov

Differential Revision: D50739718

Pulled By: benzid-wael

fbshipit-source-id: 791da1a261b56d34cdb9cd178554d611bfba6252
  • Loading branch information
muthusaravanas authored and facebook-github-bot committed Jan 10, 2024
1 parent aa15d97 commit c658a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kats/models/globalmodel/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ class GMParam:
validation_metric: Optional; A list of strings representing the names of the error metrics for validation. Default is None, which sets validation_metric as ['smape', 'sbias', 'exceed'].
batch_size: Optional; A dictionary representing the batch size schedule, whose keys are the epoch numbers and the corresponding values are the batch sizes. Default is None, which sets batch_size as {0:2,3:5,4:15,5:50,6:150,7:500}.
learning_rate: Optional; A dictionary representing the learning rate schedule, whose keys are epoch numbers and the corresponding values are the learning rates. Default is None, which sets learning_rate as {0: 1e-3, 2: 1e-3/3.}.
epoch_num: Optional; An integer representing the totoal number of epoches. Default is 8.
epoch_num: Optional; An integer representing the total number of epoches. Default is 8.
epoch_size: Optional; An integer representing the batches per epoch. Default is 3000.
init_seasonality: Optional; A list of two floats representing the lower and upper bounds for the initial seasonalities. Default is None, which sets init_seasonality as [0.1, 10.].
init_smoothing_params: Optional; A list of two floats representing initial values for smoothing parameters, i.e., level smoothing parameter and seasonality smoothing parameter. Default is None, which sets init_smoothing_params as [0.4, 0.6].
Expand Down

0 comments on commit c658a94

Please sign in to comment.