You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python evaluation seems no longer use threshold-based relevancy calculation. Should remove the unused argument from functions.
Maybe it is rationale to still keep this as the evaluation parts in all of the notebooks in the repo follow the top k recommendation protocol. This does not mean there is no use case for other types of recommendation scenarios, i.e., recommending items that have predicted ratings larger than a pre-defined threshold.
Spark evaluation still have both timestamp and threshold-based relevancy calculation.
Description
threshold
-based relevancy calculation. Should remove the unused argument from functions.In which platform does it happen?
Other Comments
Few more clean-up:
merge_ranking_true_pred
function no longer usecol_rating
The text was updated successfully, but these errors were encountered: