Advertisement
Guest User

Untitled

a guest
Feb 1st, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. In [3]: svm.parameter_is_sg_base("custom_kernel")
  2. ---------------------------------------------------------------------------
  3. RuntimeError Traceback (most recent call last)
  4. RuntimeError: [ERROR] In file /Users/ghoben/shogun/src/shogun/base/SGObject.cpp line 1079: Cannot get parameter SVM::custom_kernel of type shogun::CSGObject* as object, not a shogun object base type.
  5.  
  6.  
  7. The above exception was the direct cause of the following exception:
  8.  
  9. SystemError Traceback (most recent call last)
  10. <ipython-input-3-a8488492a5fc> in <module>
  11. ----> 1 svm.parameter_is_sg_base("custom_kernel")
  12.  
  13. SystemError: <built-in method parameter_is_sg_base of shogun.Machine object at 0x11a1afce0> returned a result with an error set
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement