I'm running a simple Logistic Regression for data in my salesforce that simply will predict if opportunity is won or lost based on number of days.
I'm not sure where error is coming from since my data set is very simple with just two fiields: stage field and age. I had run this workflow without any issues yesterday.
Not sure what is causing this.
I get the following 3 errors:
- Error in density.default(x, bw = bw, n = n...)
- executed halted
- The R.exe exit code (1) indicated an error
Thanks