Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Is there a way to append the predicted values from the Boosted Model Tool?

zdh8uc
5 - Atom

Hi all, I am trying to append my data set with the predicted values from the boosted model. There is no output that does this, is it possible to do this in the R code?

1 REPLY 1
CharlieS
17 - Castor
17 - Castor

@zdh8uc

 

The Boosted model tool creates the model and shows results from that process, but it does not apply that model to your data. Use the Score tool to apply the Boosted model to your data.

 

Labels