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
What is 'greedy' feature selection exactly?
kokszoskaroj
Member Posts: 2 Learner I
Hi,
in linear regression there is a feature selection option 'greedy'. How could be this selection method described?
I would also like to know about the a mathematical background of it. Are there any papers that describe this method precisely? In addition I'd also liked to know whether it can be used for time series regression (i'm using windowed data).
Thanks,
Daniel
in linear regression there is a feature selection option 'greedy'. How could be this selection method described?
I would also like to know about the a mathematical background of it. Are there any papers that describe this method precisely? In addition I'd also liked to know whether it can be used for time series regression (i'm using windowed data).
Thanks,
Daniel
Tagged:
0
Best Answer
-
varunm1 Member Posts: 1,207 UnicornHi @kokszoskaroj
A greedy feature selection is the one in which an algorithm will either select the best features one by one (forward selection) or removes worst feature one by one (backward selection).
There are multiple greedy algorithms. In rapidminer, the greedy algorithm used is described in the below link.
https://docs.rapidminer.com/latest/studio/operators/modeling/optimization/feature_selection/optimize_selection.html
Hope this helps.Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
11
Answers