juanmartip95 commited on
Commit
f982372
1 Parent(s): 55432ef

Update recommender_system.py

Browse files
Files changed (1) hide show
  1. recommender_system.py +2 -2
recommender_system.py CHANGED
@@ -241,9 +241,9 @@ def display_recommendation_plots(
241
  # Also, extract the description to create a nice hover in
242
  # the final plot.
243
 
244
- contribution_description = _extract_description(merged_df, contributions)
245
  #items_other_description = _extract_description(merged_df, bought_by_similar_users)
246
- suggestion_description = _extract_description(merged_df, suggestions)
247
 
248
  # Plot the scatterplot
249
 
 
241
  # Also, extract the description to create a nice hover in
242
  # the final plot.
243
 
244
+ contribution_description = _extract_title(merged_df, contributions)
245
  #items_other_description = _extract_description(merged_df, bought_by_similar_users)
246
+ suggestion_description = _extract_title(merged_df, suggestions)
247
 
248
  # Plot the scatterplot
249