vamseelatha2002 commited on
Commit
95df31f
·
verified ·
1 Parent(s): 06e5962

Update evaluation.py

Browse files
Files changed (1) hide show
  1. evaluation.py +1 -1
evaluation.py CHANGED
@@ -6,7 +6,7 @@ from sklearn.metrics.pairwise import cosine_similarity
6
 
7
  from data_processing import load_query_dataset
8
 
9
- global ground_truth_answer, ground_truth_metrics
10
 
11
  ground_truth_answer = ''
12
  ground_truth_metrics = {}
 
6
 
7
  from data_processing import load_query_dataset
8
 
9
+ global ground_truth_answer, ground_truth_metrics,rmse_scores
10
 
11
  ground_truth_answer = ''
12
  ground_truth_metrics = {}