Adding a conservative elbow-free decision tree #1129
Labels
effort: medium
Theoretically <40h total work
enhancement
issues describing possible enhancements to the project
good first issue
issues that we think are good for new contributors. Equivalent to "very low" effort.
impact: medium
Improves code/documentation functionality for some users
priority: medium
Should get addressed soon
TE-dependence
issues related to TE dependence metrics and component selection
Summary
This is based on an OHBM2024 discussion with @moser297 that was discussed at our July 2024 developer call. The kappa and rho elbows do not robustly appear in all runs. In particular, an infant dataset seemed to often not generate clear elbows. This is worth investigating in general, but we could also add a conservative super-minimal decision tree that doesn't depend on any elbows or relative values that might cause issues in some datasets.
Additional Detail
The idea would be to make a decision tree wouldn't be as aggressive at removing noise as other trees, but any user could be reasonably confident that it never removes something they care about. My initial idea would be to just include the first 6 nodes of the MEICA Decision Tree ( https://tedana.readthedocs.io/en/stable/included_decision_trees.html ) which just exclude extreme cases, like rho>kappa.
Right now, this is a placeholder issue so that we don't forget this discussion. Anyone is welcome to take this on.
Next Steps
The text was updated successfully, but these errors were encountered: