Skip to content

Commit

Permalink
Change defaults.
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Weichwald <git@sweichwald.de>
  • Loading branch information
sweichwald committed Oct 26, 2018
1 parent 6b633ec commit 1bfff84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions groupica/groupica.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class GroupICA(BaseEstimator, TransformerMixin):
pairing : {'complement', 'allpairs'}
Whether difference matrices should be computed for all pairs of
partition covariance matrices or only in a one-vs-complement scheme.
max_matrices : float or 'no_partitions', optional (default=1.0)
max_matrices : float or 'no_partitions', optional (default='no_partitions')
The fraction of (lagged) covariance matrices to use during training
or, if 'no_partitions', at most as many covariance matrices are used
as there are partitions.
Expand Down Expand Up @@ -86,8 +86,8 @@ def __init__(self,
n_components=None,
n_components_uwedge=None,
rank_components=False,
pairing='complement',
max_matrices=1.0,
pairing='allpairs',
max_matrices='no_partitions',
groupsize=None,
partitionsize=None,
timelags=None,
Expand Down

0 comments on commit 1bfff84

Please sign in to comment.