DOC max_iterations -> max_iter. Make it consistent with kmeans
MAINT Replace the deprecated dx parameter with d in the docstrings
MAINT Deprecation warning for max_iterations parameter.
Judging by ML and SO questions, users have a hard time finding the right
vectorizers and don't know how to trade off the benefits of these three
classes.
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!
Removed duplicate "3 clause, 3 clause"
Removed trailing period if exists
Fixed some missed licences, still about 50 to do, but those can be automated
Think I got the last of them.
Apparently me and sed have different ideas of regex.
Found a few more
Using a larger number might work sometimes, but produce bogus
results, or it may cause cryptic error messages from scipy.sparse.
Also justify the use of a single hash function for those who have
read Weinberger's paper.
Suggestions from @amueller and @GaelVaroquaux:
* default value for n_features
* input validation in fit, with test
* lots of small docfixes
* capitalization and full stop in error messages