Skip to content

ICA does not converge #19

@larsoner

Description

@larsoner

For 3 of the runs across subjects, I get:

/usr/lib/python2.7/dist-packages/sklearn/decomposition/fastica_.py:116: UserWarning: FastICA did not converge. Consider increasing tolerance or the maximum number of iterations.
  warnings.warn('FastICA did not converge. Consider increasing '

Should we increase the number of iterations?

Also, any reason we don't concatenate all raw instances and then run ICA? This would also simplify Epochs creation because we could concatenate raw and create Epochs directly, possibly without ever preloading the data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions