I'm getting the following error: "FastICA did not converge. Consider increasing tolerance or the maximum number of iterations".
So, considering the documentation here: http://scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html , what is the maximum number of iterations that I can plug into the max_iter parameter?