fsrftest appropriate method for feature selection before machine learning fitrensemble LS boost (regression)?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello, is fsrftest appropriate method for feature selection before machine learning fitrensemble LS boost (regression)?
The data contains both categorical as well as con features.
Thanks a lot!
0 comentarios
Respuestas (1)
Abhipsa
el 25 de Jun. de 2025
Yes, you can use "fsrftest" for feature selection before training a "fitrensemble" model with LS-Boost, but it is not always necessary.
Tree-based models like LS-Boost already perform feature selection during training by choosing informative splits, so they naturally down-weight unimportant features. Applying "fsrftest" beforehand might help rus to educe dimensionality if we are having hundreds or thousands of features, but there is a risk of discarding useful features, if they interact in ways the filter does not capture.
Since, the results will be depend on the dataset, you can apply "fitrensemble" with and without "fsrftest" and evaluate the performance.
0 comentarios
Ver también
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!