You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After refactoring, if integration tests show that we're still achieving similar results, we should remove the mdp dependency as this library is no longer actively maintained. Instead, this should be replaced with FastICA as implemented in sklearn.
Copied from original issue: emdupre/tedana#7
The text was updated successfully, but these errors were encountered:
@prantikk it looks like you were the one who originally wrote the two-stage cost function into MDP— was this specifically for ME-ICA ? If so, would you rather we keep the MDP dependency, since sklearn doesn't allow for this dual staging ?
From @emdupre on November 15, 2017 16:38
After refactoring, if integration tests show that we're still achieving similar results, we should remove the
mdp
dependency as this library is no longer actively maintained. Instead, this should be replaced with FastICA as implemented insklearn
.Copied from original issue: emdupre/tedana#7
The text was updated successfully, but these errors were encountered: