diff --git a/recommenders/datasets/pandas_df_utils.py b/recommenders/datasets/pandas_df_utils.py index 5fbf9a3afb..fc84c3a4e5 100644 --- a/recommenders/datasets/pandas_df_utils.py +++ b/recommenders/datasets/pandas_df_utils.py @@ -109,8 +109,8 @@ class LibffmConverter: The above data will be converted to the libffm format by following the convention as explained in `this paper `_. - i.e. `::1` or `::`, depending on - the data type of the features in the original dataframe. + i.e. `::1` or `::`, + depending on the data type of the features in the original dataframe. Args: filepath (str): path to save the converted data.