The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Local regression/LOESS using RapidMiner?"
Does RM have a learner that can do local regression (also known as loess)? I'm thinking of something along the lines of the loess() or locfit() functions in R, or PROC LOESS in SAS.
http://en.wikipedia.org/wiki/Local_regression
http://www.sas.com/rnd/app/papers/loesssugi.pdf
Weka-LWL (locally weighted learning) seem to be similar in concept, but its not clear to me whether they are the same technique or not.
Also, does W-LWL support attribute weights?
Thanks,
Keith
http://en.wikipedia.org/wiki/Local_regression
http://www.sas.com/rnd/app/papers/loesssugi.pdf
Weka-LWL (locally weighted learning) seem to be similar in concept, but its not clear to me whether they are the same technique or not.
Also, does W-LWL support attribute weights?
Thanks,
Keith
Tagged:
0
Answers
unfortunatly RapidMiner does not provide something like a distancebased local regression. As far as I know we only provide kNN doing neighbourhood based local regression. But I don't know all the WEKA algorithms and their names are more confusing than helping.
We should add polynomial local regression by the time.
Greetings,
Sebastian