IOError: No such file or directory: 'predictionstemp'
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
Any help on how to solve this while executing supervised_labels.py file
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 :)
The same issue persists in Linux for me.