Jan Mühlnikel commited on
Commit
2baee55
·
1 Parent(s): da4441d

experiment

Browse files
Files changed (1) hide show
  1. functions/calc_matches.py +1 -1
functions/calc_matches.py CHANGED
@@ -69,7 +69,7 @@ def calc_matches(filtered_df, project_df, similarity_matrix, top_x):
69
  #top_filtered_df_indices = [filtered_df_index_map[i] for i in top_col_indices]
70
  #top_project_df_indices = [project_df_index_map[i] for i in top_row_indices]
71
 
72
- st.write(top_filtered_df_indices)
73
 
74
  # Create resulting dataframes with top matches and their similarity scores
75
  p1_df = filtered_df.loc[top_col_indices].copy()
 
69
  #top_filtered_df_indices = [filtered_df_index_map[i] for i in top_col_indices]
70
  #top_project_df_indices = [project_df_index_map[i] for i in top_row_indices]
71
 
72
+ #st.write(top_filtered_df_indices)
73
 
74
  # Create resulting dataframes with top matches and their similarity scores
75
  p1_df = filtered_df.loc[top_col_indices].copy()