Barmaley.exe
dbe4971c14
Updates whats new and fixes the documentation
2015-03-03 03:15:51 +03:00
Andreas Mueller
72d4d59dbf
Generate example rst files for inclusion in docstrings.
2015-03-02 17:17:05 -05: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
Olivier Grisel
2981837d5f
DOC whats_new.rst for radius_neighbors boundary handling
2015-02-28 18:20:01 +01:00
Olivier Grisel
bdbbb02e75
DOC whats_new.rst for BernoulliNB fix
2015-02-27 11:26:34 +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
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
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
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
Olivier Grisel
10e099ec1d
DOC document GMM fix in whats_new.rst
2015-02-24 23:38:43 +01:00
Andreas Mueller
0d20c9fbfb
whatsnew entry for KNeighbors zero division in weights.
2015-02-24 17:27:14 -05:00
Andreas Mueller
92da7c014a
Merge pull request #4146 from amueller/fdr_treshold_bug_2
...
[MRG + 1] Fdr treshold bug
2015-02-24 16:15:19 -06:00
Olivier Grisel
3468e00471
Merge pull request #4057 from amueller/dtype_object_conversion
...
[MRG + 2] make check_array convert object to float.
2015-02-24 22:33:20 +01:00
Andreas Mueller
700babc43f
extensive (excessive?) testing of FDR
2015-02-24 16:26:24 -05:00
Herve Bredin
1b1ec713e9
DOC: what's new about GMMs
2015-02-23 17:19:40 +01:00
Olivier Grisel
c1813086e4
DOC update contributors for the calibration features
2015-02-20 19:37:12 +01:00
Alexandre Gramfort
6b0f75ccc5
COSMIT : pep8 + 2 spaces
2015-02-20 19:37:11 +01:00
Jan Hendrik Metzen
c340f1f0b0
DOC Narrative doc for the calibration module
2015-02-20 19:37:11 +01:00
Andreas Mueller
96d4b3e709
more robust check for dtype object
2015-02-18 14:11:58 -08:00
Andreas Mueller
774eec5468
Merge pull request #3891 from ragv/decision_function_ovo_1523
...
[MRG+2.5] Add decision_function for OneVsOneClassifier.
2015-02-14 17:56:26 -05:00
Andreas Mueller
0c330827c5
DOC minor improvement in Ensemble user guide
2015-02-12 08:32:52 -05:00
Fabian Pedregosa
dbc5d707c6
Change loss names for LinearSVC and LinearSVR()
...
the names are now consistent across methods
In LinearSVC:
'l1' -> 'hinge'
'l2' -> 'squared_hinge'
In LinearSVR:
'l1' -> 'epsilon_insensitive'
'l2' -> 'squared_epsilon_insensitive'
2015-02-09 11:09:16 +01:00
Raghav R V
e20d1a4391
ENH decision_function now returns #votes and scaled scores.
...
ENH use the decision_function to compute the prediction
TST Added test to assertain correlation of decision function and prediction
Add test to check if ties are broken using decision function
Add decision_function tests to check for votes/scores
ovo_ties test will use decision function to calculate votes and score.
DOC Add entry to OvO's doc regarding how ties are broken
DOC Clean up the predict / decision_function methods' docstring.
PEP8 Minor PEP8 clean up.
2015-02-09 14:39:11 +05:30
Kyle Beauchamp
c2d2307391
Added feature to fix #1523
2015-02-09 14:39:11 +05:30
Herve Bredin
12a6d19039
doc: mention GMM stopping criterion change
2015-02-08 23:00:54 +01:00
Andreas Mueller
a9b3965b0a
Better error messages in MeanShift, slightly more robust to bad binning.
2015-02-07 12:59:04 +01:00
Andreas Mueller
eaf1e8c256
Explain why we multiply mean by two
2015-02-07 08:20:16 +01:00
Andreas Mueller
cd63accc05
Add test that score takes y, fix KMeans, FIX pipeline compatibility of clustering algorithms!
2015-02-06 13:26:42 +01:00
gwulfs
b6343b8976
PyMC
2015-02-04 14:18:41 -05:00
Andreas Mueller
31c5497511
Merge pull request #4201 from amueller/related_projects_skll
...
[MRG] website: add skll to related projects
2015-02-03 19:58:30 +01:00
Andreas Mueller
af15288ef9
website: add skll to related projects
2015-02-03 19:57:52 +01:00
Andreas Mueller
364fdd6496
minor fixes, addressing @agramfort's comments.
2015-02-03 17:30:08 +01:00
Gael Varoquaux
3e9beab05d
DOC: fix path
2015-02-03 10:39:49 +01:00
Gael Varoquaux
748c750a9d
Fix rst formatting
2015-02-03 10:14:00 +01:00
Hampus Bengtsson
bfef274d2e
5 of 6 are zeros, not ones.
2015-01-30 13:05:40 +01:00
Manoj Kumar
2f889b1a30
Merge pull request #4046 from MechCoder/allow_X_none
...
[MRG + 2] Refactor kneighbors_graph and radius_neighbors_graph (et.al)
2015-01-29 14:36:10 +05:30
MechCoder
8cac52de79
DOC: Add what's new entry
2015-01-28 22:30:41 +05:30
Lars
25db1ace7e
Merge pull request #4171 from amueller/statistical_learning_gridsearch
...
DOC: search C not gamma of linear svm in tutorial
2015-01-28 12:35:48 +01:00
Andreas Mueller
e936dfa641
search C not gamma of linear svm in tutorial
2015-01-27 18:15:36 -05:00
Lars
92e1e39b34
Merge pull request #4147 from amueller/precision_recall_unsorted_indices
...
FIX Sort labels in precision_recall_fscore_support
2015-01-27 13:32:33 +01:00
Andreas Mueller
fd9b03a048
sort labels in precision_recall_fscore_support
2015-01-26 17:07:30 -05:00
jnothman
ca55e74cda
Merge pull request #4131 from amueller/faq_no_1000_citations
...
[MRG] Explain why we are somewhat selective, lower citiation rule of thumb
2015-01-27 08:18:40 +11:00
Andreas Mueller
302305310e
Merge pull request #4155 from trevorstephens/nb-fix-3186
...
[MRG+1] NB partial_fit with class_prior - Fixes #3186
2015-01-26 10:46:11 -05:00
trevorstephens
f81a88c674
fix rst table layout
2015-01-25 19:42:39 -08:00
Raghav R V
7f42daad3e
DOC Correct what's new entry of Jaccard Similarity Score
2015-01-25 14:52:36 +05:30
trevorstephens
291447f29e
fix nb partial_fit w class_prior #3186
2015-01-24 11:47:07 -08:00
Alexander Fabisch
bdcea50c4a
Add t-SNE to whatsnew
2015-01-24 20:18:47 +01:00