-
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
SVM error #12
Comments
The referenced name in code for the SVM operation was incorrect. Fixed. |
Not working yet (reopening the issue): Traceback (most recent call last): |
When running SVM for classification (workflow id: 39), it returns the following error:
_Traceback (most recent call last):
File "/usr/local/juicer/juicer/spark/spark_minion.py", line 438, in _perform_execute
self.state)
File "/usr/local/juicer/juicer/transpiler.py", line 296, in transpile
using_stdout, workflow, deploy, export_notebook)
File "/usr/local/juicer/juicer/transpiler.py", line 108, in generate_code
class_name = self.operations[task['operation']['slug']]
KeyError: u'svm-classification-model'
The text was updated successfully, but these errors were encountered: