Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Error when Running Predictive Tools in ALteryx

Bryth
8 - Asteroid

Hello Team, 

 

I am getting this error when I run predictive tools in Alteryx. Sometimes I get an output in the browse tool. I am not sure why this keeps happening. This also happen when I run Regression tools. 

 

 

1 REPLY 1
FinnCharlton
13 - Pulsar

Hi @Bryth , this is a know 'Fake Error' in some R tools. It is called this because it often happens when no actual issue has occurred and the output is correct, but this error is thrown anyway. You can read about other people's experience with it here:

 

https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/R-tool-Fake-Errors/td-p/25163/... 

https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Boosted-Model-Error/td-p/5509 

 

For some people, editing the R code in the tool and adding 'gc()' to the end seems to resolve the error. This command is 'garbage collector' and is used to clean memory after the code has run, but as far as I can tell no-one knows why this sometimes resolves the error. Anyway, if your output looks correct, you can probably ignore the error.

Labels
Top Solution Authors