CBICA / CaPTk

Cancer Imaging Phenomics Toolkit (CaPTk) is a software platform to perform image analysis and predictive modeling tasks. Documentation: https://cbica.github.io/CaPTk
https://www.cbica.upenn.edu/captk
Other
175 stars 63 forks source link

Add more feature selection methods #1319

Open sarthakpati opened 3 years ago

sarthakpati commented 3 years ago

Is your feature request related to a problem? Please describe. More sophisticated feature selection is required (per CD).

Describe the solution you'd like Add more feature selection methods that make the training module more robust.

Describe alternatives you've considered Use FE and then a separate feature selection.

Additional context

AlexanderGetka-cbica commented 3 years ago

@sarthakpati Thanks for writing this up. I'm going to be taking a look at what other feature selection methods are out there, but who should I refer to first about which methods to implement/expose to the user?

sbakas commented 3 years ago

Some methods we should be considering: "Forward Feature Selection" "Recursive Feature Elimination" "Hierarchical feature selection" "LASSO regression"

sarthakpati commented 3 years ago

Some methods we should be considering: "Forward Feature Selection" "Recursive Feature Elimination" "Hierarchical feature selection" "LASSO regression"

Found some implementations: