Hi:
I'm trying to build a predictive model in Alteryx for Fantasy Football. Initially, I tried using a linear regression model. But I then realized I needed to take a different approach.
So now I've developed a workflow that feeds 6 weeks worth of fantasy football data to train the model and then provide an unseen version as well.
I ran into an error at first saying that I had too many players. So I added a filter to focus on one player to see how the model works.
But now I'm getting an error on the Score tool saying that the execution was halted because ... predProb.naiveBayes(mod.obj,newdata = new.data).
Anyone familiar with the error and how to resolve? Thanks!