We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
whenever i use the SVC in php-ml i got the next error always? Fatal error: Uncaught Phpml\Exception\LibsvmCommandException: Failed running libsvm command: "C:\Users\aliam\Desktop\Web Project\We-Drive\View\vendor\php-ai\php-ml\bin\libsvm\svm-train.exe -s 0 -t 0 -c 1000 -n 0.500000 -d 3 -r 0 -p 0.100000 -m 100.000000 -e 0.001000 -h 1 -b 0 "C:\Users\aliam\Desktop\Web Project\We-Drive\View\vendor\php-ai\php-ml\var\phpml642e68b9e1e906.60547680" "C:\Users\aliam\Desktop\Web Project\We-Drive\View\vendor\php-ai\php-ml\var\phpml642e68b9e1e906.60547680-model"" with reason: "operable program or batch file." in C:\Users\aliam\Desktop\Web Project\We-Drive\View\vendor\php-ai\php-ml\src\SupportVectorMachine\SupportVectorMachine.php:163 Stack trace: #0 C:\Users\aliam\Desktop\Web Project\We-Drive\Controller\chatbot.php(33): Phpml\SupportVectorMachine\SupportVectorMachine->train(Array, Array) #1 {main} thrown in C:\Users\aliam\Desktop\Web Project\We-Drive\View\vendor\php-ai\php-ml\src\SupportVectorMachine\SupportVectorMachine.php on line 163
The text was updated successfully, but these errors were encountered:
I have the same problem, did you find a solution ?
Sorry, something went wrong.
No branches or pull requests
whenever i use the SVC in php-ml i got the next error always?
Fatal error: Uncaught Phpml\Exception\LibsvmCommandException: Failed running libsvm command: "C:\Users\aliam\Desktop\Web Project\We-Drive\View\vendor\php-ai\php-ml\bin\libsvm\svm-train.exe -s 0 -t 0 -c 1000 -n 0.500000 -d 3 -r 0 -p 0.100000 -m 100.000000 -e 0.001000 -h 1 -b 0 "C:\Users\aliam\Desktop\Web Project\We-Drive\View\vendor\php-ai\php-ml\var\phpml642e68b9e1e906.60547680" "C:\Users\aliam\Desktop\Web Project\We-Drive\View\vendor\php-ai\php-ml\var\phpml642e68b9e1e906.60547680-model"" with reason: "operable program or batch file." in C:\Users\aliam\Desktop\Web Project\We-Drive\View\vendor\php-ai\php-ml\src\SupportVectorMachine\SupportVectorMachine.php:163 Stack trace: #0 C:\Users\aliam\Desktop\Web Project\We-Drive\Controller\chatbot.php(33): Phpml\SupportVectorMachine\SupportVectorMachine->train(Array, Array) #1 {main} thrown in C:\Users\aliam\Desktop\Web Project\We-Drive\View\vendor\php-ai\php-ml\src\SupportVectorMachine\SupportVectorMachine.php on line 163
The text was updated successfully, but these errors were encountered: