-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about svm_predict outputfile #1
Comments
Besides, because of the wrong output.csv, i can not run WSVM_metrics.py. It can't correctly read the data. |
Hello Sathvik, In the file WSVM_bash.py, when I try to run these two lines train_command = './svm-train -s 8 -t 0 train_svm model' the code gives a error of not finding the file |
Try using “.\” instead of “./“. |
Sorry didn’t follow your issue. |
Thanks for your prompt response, but this train_command = '.\svm-train.cpp -s 8 -t 0 train_svm model' will literally open Visual Studio!! Moreover, without .cpp or shell=False, it also does not work. |
I am not sure about this. I have implemented this is Linux (Ubuntu) as windows implementation was introducing more problems. I would recommend you to use this in Linux operating system. |
ok thanks for your recommendation |
No description provided.
The text was updated successfully, but these errors were encountered: