From 55af8e94bd670b027d6c8ec7cc6387d8d15debf5 Mon Sep 17 00:00:00 2001 From: Akmal Soliev Date: Mon, 23 Oct 2023 18:40:55 +0200 Subject: [PATCH] [REFACTOR] More information on byte naming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: José Morales --- statsforecast/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.