-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate metrics based on decision tree (#969)
* Get required metrics from decision tree. * Continue changes. * More updates. * Store necessary_metrics as a list. * Update selection_nodes.py * Update selection_utils.py * Update across the package. * Keep updating. * Update tedana.py * Add extra metrics to list. * Update ica_reclassify.py * Run black. * Address style issues. * Try fixing test bugs. * Update test_component_selector.py * Update component_selector.py * Use component table directly in selectcomps2use. * Fix. * Include generated metrics in necessary metrics. * Update component_selector.py * Update component_selector.py * Update test_component_selector.py * fixed some testing failures * fixed test_check_null_succeeds * fixed ica_reclassify bug and selector_properties test * ComponentSelector initialized before loading data * fixed docstrings * updated building decision tree docs * Update docs/building_decision_trees.rst Co-authored-by: Taylor Salo <[email protected]> * Update tedana/selection/selection_utils.py Co-authored-by: Taylor Salo <[email protected]> * Update tedana/selection/selection_utils.py Co-authored-by: Taylor Salo <[email protected]> * Update tedana/selection/selection_utils.py --------- Co-authored-by: handwerkerd <[email protected]> Co-authored-by: Dan Handwerker <[email protected]>
- Loading branch information
1 parent
a21d65e
commit 9cbd484
Showing
11 changed files
with
613 additions
and
623 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.