Hello,
I'm trying to run a count regression model but when I connect to my data, no option comes up for the target variable. They are double columns so I'm not sure if I'm missing anything. Any ideas?
Solved! Go to Solution.
That's the problem. A count regression expects a non-negative integer variable as the target variable. Since all of your columns are doubles, the count regression model is not appropriate.
https://help.alteryx.com/11.5/index.htm#Count_Regression.htm
The target variable is non-negative. Changed from double to int-32. Thanks for the help friend!
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |