You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing Supervised Model
page Rank models loaded
Data Gathered for supervised model
letter trigram feature
All features generated
sh: support_files/svm_rank_classify: Permission denied
Traceback (most recent call last):
File "supervised_labels.py", line 249, in
get_predictions(test_list,test_chunk_size)
File "supervised_labels.py", line 219, in get_predictions
h =open("predictionstemp")
IOError: [Errno 2] No such file or directory: 'predictionstemp'
The text was updated successfully, but these errors were encountered:
Any help on how to solve this while executing supervised_labels.py file
srujana-tak
changed the title
IOError: [Errno 2] No such file or directory: 'predictionstemp'
IOError: No such file or directory: 'predictionstemp'
May 8, 2019
your problem appear when you run on Windown, File predictionstemp will be create after run file binary svm_rank_classify (view code). On win, this file invalid. therefor i recommend you to run it on Linux :)
Executing Supervised Model
page Rank models loaded
Data Gathered for supervised model
letter trigram feature
All features generated
sh: support_files/svm_rank_classify: Permission denied
Traceback (most recent call last):
File "supervised_labels.py", line 249, in
get_predictions(test_list,test_chunk_size)
File "supervised_labels.py", line 219, in get_predictions
h =open("predictionstemp")
IOError: [Errno 2] No such file or directory: 'predictionstemp'
The text was updated successfully, but these errors were encountered: