diff --git a/statsforecast/core.py b/statsforecast/core.py index 948477d80..6b3bcf767 100644 --- a/statsforecast/core.py +++ b/statsforecast/core.py @@ -1566,8 +1566,8 @@ def save( Path of the file to be saved. If `None` will create one in the current directory using the current UTC timestamp. max_size : str, optional (default = None) - StatsForecast class should not exceed this size, available byte naming: - ['B', 'KB', 'MB', 'GB'] + StatsForecast object should not exceed this size. + Available byte naming: ['B', 'KB', 'MB', 'GB'] If max_size is set, but not parsable then default 50MB will be set. trim: bool, (default = False) Delete any attributes not needed for inference.