Commit Graph

18321 Commits

Author SHA1 Message Date
Andreas Mueller 4486bdeaf7 Merge pull request #4314 from vortex-ape/RBFSampler
Fixes issue #4298: Make clear that RBFSampler implements a variant of Random Kitchen Sinks
2015-03-02 13:20:15 -06:00
jnothman af1906f8d3 Merge pull request #4315 from ugurcaliskan/patch-2
Update plot_multilabel.py to use pyplot
2015-03-02 20:58:02 +11:00
ugurcaliskan e808a3ff0d Update plot_multilabel.py
matplotlib.pylab has been replaced with matplotlib.pyplot.
2015-03-02 10:24:50 +01:00
Vinayak Mehta 6b5e63b899 Added Random Kitchen Sink reference 2015-03-02 11:16:03 +05:30
Andreas Mueller acb4aa5313 Merge pull request #4310 from larsmans/svm-bounds-l2
[MRG+1] change "l2" to "squared_hinge" in svm.bounds
2015-03-01 12:38:55 -06:00
Lars Buitinck 644e2a4813 MAINT change "l2" to "squared_hinge" in svm.bounds
For consistency with the rest of the svm module. Fixes #4305.
2015-03-01 13:21:51 +01:00
jnothman 1c7f6f42dd Merge pull request #4308 from terrycojones/fix-missing-space
Added missing space to exception message
2015-03-01 21:09:06 +11:00
terrycojones 4893ce0537 Added missing space to exception message. Simplified (trivially) code and corrected message. Updated tests. 2015-02-28 19:52:40 +00:00
Olivier Grisel 2981837d5f DOC whats_new.rst for radius_neighbors boundary handling 2015-02-28 18:20:01 +01:00
Yan Yi 5141f18a91 TST add test for radius_neighbors boundary handling 2015-02-28 18:12:44 +01:00
Yan Yi 4ed425770a FIX inconsistent boundary handling 2015-02-28 18:10:20 +01:00
Andreas Mueller a5a800ec03 Fix docstring of mahalanobis distance in empirical covariance. Closes #4168. 2015-02-27 17:10:12 -05:00
Olivier Grisel 1655a0468a TST check that constructor params are not mutated by fit 2015-02-27 19:40:55 +01:00
Olivier Grisel bdbbb02e75 DOC whats_new.rst for BernoulliNB fix 2015-02-27 11:26:34 +01:00
Hanna Wallach c31710d89f TST check that Bernoulli NB is consistent with Manning et al. IR book example 2015-02-27 11:18:27 +01:00
Hanna Wallach e073432fc6 FIX issue #4268 (bug in BernoulliNB). 2015-02-27 11:18:17 +01:00
Joel Nothman 69827c4b58 TST Test check_consistent_length and TypeError with ensemble arg 2015-02-26 16:30:39 +01:00
Andreas Mueller 97d8341821 TST make TheilSenRegressor run faster in common tests, I could swear I did that before... 2015-02-26 10:17:46 -05:00
Andreas Mueller 8cf714cc9d remove special case for BaggingEstimator after merge of #4137 2015-02-26 10:14:02 -05:00
Andreas Mueller 8f2780f579 Make BaggingClassifier use if_delegate_has_method in decision_function 2015-02-26 10:53:37 +01:00
Olivier Grisel feceab6f62 FIX test for consistent handling on empty input data 2015-02-26 10:45:06 +01:00
Olivier Grisel 2a7a213212 DOC update whats_new for deterministic spectral_embedding 2015-02-26 09:15:33 +01:00
Hasil Sharma 3c3360d408 FIX Make Spectral Embedding deterministic 2015-02-26 09:07:57 +01:00
Andreas Mueller 84186476fd Merge pull request #4293 from kyleabeauchamp/patch-1
Add MSMBuilder to related_projects.rst?
2015-02-25 12:36:14 -06:00
Andreas Mueller 07ce147b84 Merge pull request #4092 from ogrisel/iris-rbf-params-heatmap-example
[MRG+1] ENH better RBF parameters heat map
2015-02-25 12:28:19 -06:00
Olivier Grisel a926626725 Merge pull request #4261 from ragv/svm_scale_c_plot
[MRG+1] Broken svm scale C example
2015-02-25 16:23:10 +01:00
Raghav R V 6d222fde10 TST test deprecation warning and support for uppercase 2015-02-25 19:12:27 +05:30
Raghav R V 354c35cd5b FIX Make LinearSVC/LinearSVR support the deprecated l1/L1, l2/L2 2015-02-25 19:12:27 +05:30
Raghav R V 50876eca47 COSMIT Flake8 fixes for svm/base.py 2015-02-25 19:12:27 +05:30
Raghav R V 9df01a8a4e FIX/MAINT Deprecate and support upper case values for loss/penalty 2015-02-25 15:34:56 +05:30
Raghav R V 6d23a5828b EXAMPLE/FIX l2 --> squared_hinge; L1/L2 --> l1/l2 2015-02-25 15:34:56 +05:30
Raghav R V c1c8cc1e3a FIX loss, penalty --> penalty, loss 2015-02-25 15:34:56 +05:30
Olivier Grisel 3f5277e835 Merge pull request #4284 from hbredin/dgpmm_convergence
[MRG + 1] Improve DPGMM/VBGMM convergence check
2015-02-25 09:46:04 +01:00
Herve Bredin 4a0e281510 DOC: make it clear 'thresh' should be removed in v0.18 2015-02-25 08:38:37 +01:00
Kyle Beauchamp 06bde13043 Update related_projects.rst
Proposed adding our MSMBuilder project to the list of related domain specific packages.  We have some stuff that could be generally useful for time series models, such as temporal independent component analysis.
2015-02-24 23:29:08 -05:00
Andreas Mueller 4c389c692a Merge pull request #4269 from MechCoder/deprecate_n_components
[MRG+1] FIX: Fix n_components in AgglomerativeClustering and friends
2015-02-24 22:15:17 -06:00
Raghav R V a59eee8fc9 FIX Add check_symmetric to __all__ 2015-02-24 18:16:20 -05:00
Olivier Grisel 10e099ec1d DOC document GMM fix in whats_new.rst 2015-02-24 23:38:43 +01:00
Olivier Grisel 2c3e5640d9 DOC cosmetics in test docstring 2015-02-24 23:35:24 +01:00
Alexis Mignon 86392dbc6d Put the error state change about underflow errors in a 'with' statement in '_covar_mstep_full'. 2015-02-24 23:35:24 +01:00
Alexis Mignon fa3ecbc96d Converted docstring of 'test_positive_definite_covars' into a comment to avoid description ptoblems with nose (Related to issue #4250) 2015-02-24 23:35:23 +01:00
Alexis Mignon db2eddaa02 Converted test_positive_definite_covars to a generator. 2015-02-24 23:35:23 +01:00
Alexis Mignon 3e069d51ed Clarified a comment and factorized the tests for all covariance types 2015-02-24 23:35:23 +01:00
Alexis Mignon e0536d93b5 Cosmetic changes in the doc string. Added an indentation level 2015-02-24 23:35:23 +01:00
Alexis Mignon 739efd6e82 Added test to check that obtained covariance matrices are positive definite after learning a GMM 2015-02-24 23:35:23 +01:00
Alexis Mignon 5c893e5280 Change the way the covariance is computed to avoid problem with not positively defined covariance matrices 2015-02-24 23:35:22 +01:00
Andreas Mueller 0d20c9fbfb whatsnew entry for KNeighbors zero division in weights. 2015-02-24 17:27:14 -05:00
Garrett-R ef0bbfbe8d Avoid divison by zero warning in KNeighbors estimators 2015-02-24 17:26:38 -05:00
Andreas Mueller 1cf3e06648 special case if dist is object in _get_weights 2015-02-24 17:26:38 -05:00
Garrett-R 98f65c56f4 Edited _get_weights to make it robust to zero distances
This edit made PR #2941 unnecessary, so I've reverted the changes, but kept the test.
The for loop in _get_weights did not affect performance too negatively.  See the PR (#3760)
for some benchmarks.
2015-02-24 17:26:38 -05:00