Jan Mühlnikel commited on
Commit
420cd5f
·
1 Parent(s): aff9639

experiment

Browse files
Files changed (1) hide show
  1. functions/calc_matches.py +1 -1
functions/calc_matches.py CHANGED
@@ -57,7 +57,7 @@ def calc_matches(filtered_df, project_df, similarity_matrix, top_x):
57
  #top_filtered_df_indices = [filtered_df_index_map[i] for i in col_indices]
58
  #top_project_df_indices = [project_df_index_map[i] for i in row_indices]
59
 
60
- st.write(top_filtered_df_indices)
61
 
62
  # Create resulting dataframes with top matches and their similarity scores
63
  p1_df = filtered_df.loc[col_indices].copy()
 
57
  #top_filtered_df_indices = [filtered_df_index_map[i] for i in col_indices]
58
  #top_project_df_indices = [project_df_index_map[i] for i in row_indices]
59
 
60
+ st.write(col_indices)
61
 
62
  # Create resulting dataframes with top matches and their similarity scores
63
  p1_df = filtered_df.loc[col_indices].copy()