Partial Least Squares Algorithm

Oprick
Oprick New Altair Community Member
edited November 5 in Community Q&A
Hello,
Maybe it is a silly question... But is there Partial Least Squares in Rapidminer.
I use it in R and I frequently find that it outperforms more complex alg's like neural nets.
I would like to use it in my rm processes, but I don't find an operator to do so.
I know I can always use Execute R, but it slows down the processing time.

Is it really not in native RM landscape?

Thanks

Best Answer

  • David_A
    David_A New Altair Community Member
    Answer ✓

    there are no silly questions ;)
    You can find an implementation of PLS in the weka extension, called W-PLSClassifier.

    Best regards,
    David



Answers

  • David_A
    David_A New Altair Community Member
    Answer ✓

    there are no silly questions ;)
    You can find an implementation of PLS in the weka extension, called W-PLSClassifier.

    Best regards,
    David



  • Oprick
    Oprick New Altair Community Member
    Thanks @David_A