Improve setting wording to keep future possibilities open

This commit is contained in:
Matthias
2022-11-13 15:22:44 +01:00
parent 214c622475
commit 942840da2d
4 changed files with 4 additions and 3 deletions

View File

@@ -1276,7 +1276,7 @@ class FreqaiDataKitchen:
dataframe = self.remove_special_chars_from_feature_names(dataframe)
if self.config.get('convert_df_to_32bit', False):
if self.config.get('reduce_df_footprint', False):
dataframe = reduce_dataframe_footprint(dataframe)
return dataframe