Commit Graph

31 Commits

Author SHA1 Message Date
Gael Varoquaux d7152a529f BUG: cater for dev versions of numpy 2012-10-13 19:17:07 +02:00
Andreas Mueller d6655fa8e0 FIX for len(result) > minlength 2012-10-12 09:16:54 +01:00
Andreas Mueller 04b31e23ef ENH simplify as suggested by @larsmans. 2012-10-11 21:30:55 +01:00
Andreas Mueller f9df471d3e FIX bincount mess I made in kmeans. 2012-10-11 19:20:14 +01:00
Andreas Mueller d50c0cb06c COSMIT pep8 2012-10-02 17:31:00 +01:00
Gael Varoquaux 7842748cf7 BUG: copy and keep ordering
This is due to a change in behavior in numpy that now does
not keep the ordering by default when copying.

Fixes #1186
2012-09-28 09:32:03 +02:00
Lars Buitinck 1a5e4c3a11 ENH more specific warning filter for qr_economic 2012-07-25 13:38:18 +02:00
Lars Buitinck f8c19f9b19 COSMIT suppress warning from qr_economic + docstring on Counter 2012-07-24 15:11:39 +02:00
Lars Buitinck fb9b7ce79e COSMIT remove some dead code 2012-07-21 01:38:25 +02:00
Andreas Mueller 3e391c809f COSMIT pep8 2012-03-31 15:54:10 +02:00
Mathieu Blondel 3b81dd9b8f Fix lsqr for scipy 0.7. 2012-03-23 15:30:11 +09:00
flyingimmidev 5964664f85 combat for sp_linalg.lsqr 2012-03-22 23:38:10 +01:00
Clay Woolam 213f0a21c2 shuffled digits example, added sensible point colors to plot chart,
removed fix for unsupported numpy api
2012-01-22 18:42:36 -08:00
Clay Woolam fdfb53177d Merge branch 'larsmans-label-propagation'
Conflicts:
	doc/modules/classes.rst
	doc/modules/label_propagation.rst
	sklearn/label_propagation.py
	sklearn/tests/test_label_propagation.py
2012-01-09 16:39:44 -08:00
Clay Woolam 68444c0a65 finalized KNN work, all tests pass properly 2012-01-09 16:21:19 -08:00
Jake Vanderplas 16ef900810 Merge commit 'upstream/master' into util-docs 2011-12-21 01:37:54 -08:00
Alexandre Gramfort 16a2f6d801 misc 2011-12-21 01:53:13 +01:00
Gael varoquaux 627bdabeeb COSMIT: utils.fixes: document versions 2011-12-21 01:21:12 +01:00
Jake Vanderplas 0690438cee remove duplicative utils.fixes.arpack_eigsh 2011-12-19 11:06:14 -08:00
Lars Buitinck 06de43601e drop Python 2.5; no more need for utils.fixes.product
+vanity: slap my name on fixes for Counter :)
2011-12-10 10:20:13 +01:00
Lars Buitinck 3bde2bf97b ENH accept matrix input throughout
Simple solution: replace np.asanyarray with np.asarray throughout.
Also, use utils.as_float_array where appropriate.
2011-10-21 13:51:12 +02:00
clay woolam 2f7e997eef Merge branch 'master' of https://github.com/scikit-learn/scikit-learn 2011-10-11 16:47:37 -07:00
Lars Buitinck 246903dca9 CountVectorizer.fit_transformer refactoring, part N
Here's the changes I promised in the previous commit, but forgot
to git add:

Optimized CountVectorizer.fit_transform by using Counter.update
instead of __iadd__ (+=). Counter replacement more closely follows
collection.Counter behavior.

Also condensed the CountVectorizer.transform code further.
2011-10-03 14:22:47 +02:00
Lars Buitinck e5c8699e9f Retry "BUG fixed and cosmetics in CountVectorizer"
Optimized CountVectorizer.fit_transform by using Counter.update
instead of __iadd__ (+=). Counter replacement more closely follows
collection.Counter behavior.

Also condensed the CountVectorizer.transform code further.

This reverts commit de6e930944.
2011-10-03 12:42:52 +02:00
Olivier Grisel de6e930944 Revert "BUG fixed and cosmetics in CountVectorizer"
This fix has introduced a major performance regression that renders the
text feature extraction unusable. I revert it pending a better fix.

This reverts commit a95af4d8d8.
2011-10-02 21:59:49 +02:00
Lars Buitinck a95af4d8d8 BUG fixed and cosmetics in CountVectorizer
* max_df was never actually None
* use set and Counter operations (also added to fixes) where applicable
2011-09-28 14:37:12 +02:00
clay woolam 1a06a4619b changed a bunch of variable names, fixed some test cases 2011-09-14 00:55:38 -07:00
Olivier Grisel 732f18a74a FIX: compat with numpy version lacking the out argument for dot 2011-09-05 10:00:43 +02:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00