Skip to Main Content

Data Science & Machine Learning

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

COMPUTE_ROC

Brendan TMay 31 2013 — edited May 31 2013
I'm using the COMPUTE_CONFUSION_MATRIX, COMPUTE_LIFT and COMPUTE_ROC procedures.

I've create a view that applies the model to my testing data set.

This seems to work fine as input to the Confusion Matrixt and Lift procedures. But when I use the view for the COMPUTE_ROC, I get the following error

ORA-40219: apply result table DMUSER.DEMO_CLASS_DT_TEST_RESULTS is incompatible
with current operation
ORA-06512: at "SYS.DBMS_DATA_MINING", line 3224
ORA-06512: at line 4

Those this mean that the apply results need to be in a table for ROC and a view can do for the other two.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 28 2013
Added on May 31 2013
3 comments
1,908 views