Skip to content

Commit

Permalink
Update dictionary learning benchmark template
Browse files Browse the repository at this point in the history
  • Loading branch information
vene committed Aug 2, 2013
1 parent 902271e commit 5d1409c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/decomposition/benchmarks.py
Expand Up @@ -57,7 +57,7 @@
},
{
'obj': 'MiniBatchDictionaryLearning',
'init_params': {'n_atoms': 50, 'n_iter': 300, 'random_state': 0},
'init_params': {'n_components': 50, 'n_iter': 300, 'random_state': 0},
'datasets': ('blobs',),
'statements': ('fit_unsup', 'transform_unsup', 'fit_transform')
},
Expand Down

0 comments on commit 5d1409c

Please sign in to comment.