Spaces:
Runtime error
Runtime error
Update [uma_namboothiripad]assignment_2.py
Browse files
[uma_namboothiripad]assignment_2.py
CHANGED
@@ -221,4 +221,7 @@ for hit in hits:
|
|
221 |
print("(Score: {:.4f})".format(hit['score']))
|
222 |
print(corpus[hit['corpus_id']])
|
223 |
row_dict = df.loc[df['hotel_features']== corpus[hit['corpus_id']]]
|
224 |
-
print("paper_id: " , row_dict['hotel_name'] , "\n")
|
|
|
|
|
|
|
|
221 |
print("(Score: {:.4f})".format(hit['score']))
|
222 |
print(corpus[hit['corpus_id']])
|
223 |
row_dict = df.loc[df['hotel_features']== corpus[hit['corpus_id']]]
|
224 |
+
print("paper_id: " , row_dict['hotel_name'] , "\n")
|
225 |
+
|
226 |
+
!pip freeze > requirement.txt
|
227 |
+
|