Barmaley.exe
7a97192153
Minor fix for a comment
2015-03-03 23:46:22 +03:00
Barmaley.exe
663c236cca
Removes RBF calculation by hand
2015-03-03 23:38:52 +03:00
Barmaley.exe
dbe4971c14
Updates whats new and fixes the documentation
2015-03-03 03:15:51 +03:00
Barmaley.exe
8ab4649fef
FIX Flips sign of SVM's dual_coef_ in binary case
...
Makes it consistent with other sign adjustments, adds
a test to reproduce decision_function in a kernel case
2015-03-03 02:29:23 +03:00
Olivier Grisel
9e20fb6767
Merge pull request #4313 from vortex-ape/spectral_clustering
...
[MRG + 1] Fixes issue #4304 : SpectralClustering should be explicit about include_self
2015-03-02 23:37:53 +01:00
Andreas Mueller
b2e34f7072
Merge pull request #4323 from amueller/generate_empty_example_rsts
...
[MRG+2] Generate example rst files for inclusion in docstrings.
2015-03-02 16:33:47 -06:00
Andreas Mueller
72d4d59dbf
Generate example rst files for inclusion in docstrings.
2015-03-02 17:17:05 -05:00
Andreas Mueller
63336fcfd5
Merge pull request #4320 from amueller/minor_doc_fixes
...
[MRG] some fixes for sphinx and in examples
2015-03-02 13:49:41 -06:00
Olivier Grisel
29fb207764
Merge pull request #4318 from amueller/skip_omp_cv_on_travis
...
[MRG+1] skip OMPCV on travis by raising SkipTest in set_fast_parameters.
2015-03-02 20:34:46 +01:00
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
Andreas Mueller
1800cb7ca7
use PNG images for latex compatibility
2015-03-02 13:36:29 -05:00
Andreas Mueller
be69297bc8
don't use unicode in latex. That just complicates things too much. Also, who the hell uses unicode whitespace?
2015-03-02 13:25:38 -05:00
Andreas Mueller
9bc4de8dae
some fixes for sphinx and in examples
2015-03-02 12:50:53 -05:00
Andreas Mueller
8820701fdd
skip OMPCV on travis by raising SkipTest in set_fast_parameters.
2015-03-02 11:24:07 -05: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
Vinayak Mehta
dcd2bbbcef
explicitly passed by name
2015-03-02 07:09:34 +05:30
Vinayak Mehta
b15275c540
explicitly mentioned include_self
2015-03-02 05:26:44 +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