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 Ideas

Share your Designer Desktop product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

Applying a PCA model to new data

After using the PCA can there be a model object to output to be able to "score" new data?

 

Similar to PCA transform here https://stackoverflow.com/questions/26182329/how-do-i-convert-new-data-into-the-pca-components-of-my...

 

As currently there is no way to use this model with new data

2 Comments
RWvanLeeuwen
11 - Bolide

Hi there,

 

First and foremost I'd like to state that I agree with your sentiment. However, you need a fix for your issue.

Would it be of use to follow the steps laid out in this R vignette? https://cran.r-project.org/web/packages/LearnPCA/vignettes/
I expect that they will enable you to employ a bit of programming to build your own fix.

With kind regards,

Roland

aatalai
14 - Magnetar

@RWvanLeeuwen haven't used the R toolbefore but could give it a go