You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemml.apache.org by GitBox <gi...@apache.org> on 2020/06/05 05:54:32 UTC

[GitHub] [systemml] escher-m commented on pull request #950: [DOC] Documentation for builtin gridSearch function

escher-m commented on pull request #950:
URL: https://github.com/apache/systemml/pull/950#issuecomment-639274863


   The Console output is very long. The following is a snippet of the main errors that came up
   
   ```
   Caused by: org.apache.sysds.runtime.DMLRuntimeException: Function .defaultNS::lmPredict is not a builtin function.
   Caused by: org.apache.sysds.runtime.DMLRuntimeException: ERROR: Runtime error in program block generated from statement block between lines 2 and 6 -- Error evaluating instruction: CP°extfunct°.defaultNS°m_gridSearch°7°2°X=_mVar67·MATRIX·FP64°y=_mVar69·MATRIX·FP64°train=lm·SCALAR·STRING·true°predict=lmPredict·SCALAR·STRING·true°params=_Var70·LIST·UNKNOWN·false°paramValues=_Var77·LIST·UNKNOWN·false°verbose=true·SCALAR·BOOLEAN·true°B°opt
   	
   Caused by: org.apache.sysds.runtime.DMLRuntimeException: error executing function .defaultNS::m_gridSearch
   Caused by: org.apache.sysds.runtime.DMLRuntimeException: ERROR: Runtime error in function program block generated from function statement block between lines 22 and 74 -- Error evaluating function program block
   Caused by: org.apache.sysds.runtime.DMLRuntimeException: PARFOR: Failed to execute loop in parallel.
   Caused by: org.apache.sysds.runtime.DMLRuntimeException: PARFOR: Number of executed tasks does not match the number of created tasks: tasks 0/11, iters 0/75.
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org