Skip to content

Commit

Permalink
Merge pull request #941 from hyp1231/data
Browse files Browse the repository at this point in the history
FIX: typo of warning in repeatable recommendation
  • Loading branch information
2017pxy authored Aug 24, 2021
2 parents 8515a51 + a55eb2d commit c19e5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recbole/config/configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def _set_default_parameters(self):
self.final_config_dict['eval_type'] = eval_type

if self.final_config_dict['MODEL_TYPE'] == ModelType.SEQUENTIAL and not self.final_config_dict['repeatable']:
raise ValueError('Sequential models currently only support NON-Repeatable recommendation, '
raise ValueError('Sequential models currently only support repeatable recommendation, '
'please set `repeatable` as `True`.')

smaller_metric = ['rmse', 'mae', 'logloss', 'averagepopularity', 'giniindex']
Expand Down

0 comments on commit c19e5f8

Please sign in to comment.