-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REF] Reorganize selcomps and fitmodels_direct (#266)
* Reorganize selcomps and fitmodels_direct - Rename fitmodels_direct to dependence_metrics - Split sel_comps into manual_selection, kundu_selection_v2, and kundu_metrics - Move kundu_metrics into model.fit - Rename selcomps to tedica - Rename PCA-derived variance explained column in PCA component table. This will no longer overwrite the one from fitmodels_direct - Add reorder_dataframe function to selection._utils * Fix test. * [skip-ci] Update docs * Add new tests. * Update value error. * Fix test. * Seriously? * Fix. * Merge remote-tracking branch 'ME-ICA/master' into reorg-metrics # Conflicts: # tedana/decomposition/eigendecomp.py # tedana/selection/__init__.py * Fix init file. * More fixing. * Update docs/api.rst Co-Authored-By: tsalo <tsalo006@fiu.edu> * Revert API name change. * Method -> algorithm * Address review. * Maybe importing the functions we use would be good.
- Loading branch information
Showing
13 changed files
with
517 additions
and
375 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
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.