Commit Graph

9 Commits

Author SHA1 Message Date
Loïc Estève 67dcd99d82 TST fix tests with numpy 1.6.1
np.bincount raises an Exception with empty input arrays for numpy versions < 1.6.2
Add utils.fixes.bincount to tackle this issue and use it instead of np.bincount
2015-02-01 15:49:49 +01:00
Raghav R V b3fbccca38 FIX various mismatch between docstring and signature params
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.
2015-01-16 11:54:57 -05:00
MechCoder e01f225f82 COSMIT: Use searchsorted in weighted_percentile 2014-11-05 17:57:21 -05:00
Arnaud Joly da31344751 Add sample_weight support to Dummy Regressor 2014-10-16 16:41:49 +02:00
Arnaud Joly b0995f9ff8 FIX encoding issue 2014-07-19 11:55:18 +02:00
Arnaud Joly dc482a2d73 ENH less nested code 2014-07-18 17:27:57 +02:00
Arnaud Joly 56bba96e8d DOC add documentation to backported function 2014-07-18 17:07:14 +02:00
Arnaud Joly bb93ede201 DOC remove confusing mention to mean average precision 2014-07-17 11:25:21 +02:00
Arnaud Joly a80c58b777 ENH be backward compatible for old version of scipy 2014-07-17 11:21:27 +02:00