Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Model Comparison Unable to Execute

rachela
5 - Atom

I am working on a project that requires me to use the model comparison tool to see which of four models is most accurate. However, the model comparison tool always causes an error and will not produce an output. I have installed the ROCR package via R. The three errors I am getting are:  Model Comparison (92) Tool #3: Error in `[.data.frame`(pred_probas, , new_positive_class) : ;  Model Comparison (92) Tool #3: Execution halted ;  Model Comparison (92) Tool #3: The R.exe exit code (1) indicated an error. What could possibly be causing this?


project.PNG

2 REPLIES 2
jrgo
14 - Magnetar

Hi @rachela 

 

In the model compare tool, you may want to verify that the positive class (binary) target variable you entered is found in your data set. Based on the workflow you shared, it's set to "Yes". Confirm that "Yes" is in your target field "Credit-Application-Result".

 

Hope this helps!


Jimmy
Teknion Data Solutions

rachela
5 - Atom

That was my problem! It should have been "Creditworthy". Thanks so much!

Labels