Andreas Mueller
eaf1e8c256
Explain why we multiply mean by two
2015-02-07 08:20:16 +01:00
Hampus Bengtsson
bfef274d2e
5 of 6 are zeros, not ones.
2015-01-30 13:05:40 +01:00
trevorstephens
f81a88c674
fix rst table layout
2015-01-25 19:42:39 -08:00
Andreas Mueller
0c5b0f7f77
add PredefinedSplit to classes.rst and whats_new.rst
2015-01-21 17:05:24 -05:00
Thomas Unterthiner
a6723edca5
ENH: cross-validate over predefined splits
2015-01-21 13:04:50 +01:00
Mathieu Blondel
bdacaba7c2
Kernelized ridge regression -> Kernel ridge regression
2015-01-21 11:50:54 +09:00
Jan Hendrik Metzen
9046a38616
DOC Added kernel_ridge to classes.rst
2015-01-18 10:47:09 +01:00
Jan Hendrik Metzen
4d68c53beb
DOC Polishing doc of kernel_ridge
2015-01-18 11:01:43 +09:00
Jan Hendrik Metzen
60e3d0464d
DOC Revised documentation of kernel ridge regression
2015-01-18 11:01:43 +09:00
Jan Hendrik Metzen
4b8a1a782c
DOC Resolved minor issues in documentation of kernel_ridge
2015-01-18 11:01:42 +09:00
Jan Hendrik Metzen
c38e14a3ab
DOC Added narrative doc for kernelized ridge regreesion
2015-01-18 11:01:42 +09:00
Andreas Mueller
c970fb51e7
COSMIT spelling
2015-01-15 15:09:35 -05:00
Andreas Mueller
6e0b3820c2
TYPO in model evaluation docs
2015-01-15 12:11:58 -05:00
Lars Buitinck
6e70a967fe
DOC Birch: spaces
2015-01-08 11:20:37 +01:00
Alexandre Gramfort
17dc6ab4b6
Merge pull request #4012 from pricingassistant/doc-typo-fix
...
Small doc typo fix in Model evaluation
2014-12-27 10:05:28 +01:00
Sylvain Zimmer
8b4ddc0a86
Another doc typo fix
2014-12-27 00:37:23 -05:00
Helder
d6a12c4479
Fix a typo on svm.rst
2014-12-24 13:58:37 -02:00
Andreas Mueller
1aa5a9fbc2
Merge pull request #3523 from cle1109/slda
...
[MRG+1] LDA refactoring
2014-12-19 13:04:16 -05:00
Olivier Grisel
a8fc5228c1
ENH more LSH scalability example and doc improvements
2014-12-18 19:47:04 +01:00
maheshakya
e5cd707b2d
DOC Modified documentation of approximate neighbors.
2014-12-18 19:47:03 +01:00
maheshakya
f246fb6eb3
Added scalability plots into documentation.
2014-12-18 19:45:07 +01:00
maheshakya
ed4feb7873
DOC Added new section-Mathematical description of LSH.
2014-12-18 19:45:07 +01:00
maheshakya
8981251544
DOC Included information about distance measure and LSH method in the documentation.
2014-12-18 19:45:07 +01:00
maheshakya
c7827bcd28
FIX Updated plots in example.
2014-12-18 19:45:07 +01:00
maheshakya
56e47dabbf
Re-written Approximate nearest neighbors documentation.
2014-12-18 19:45:07 +01:00
maheshakya
f245815214
Updated Approximate nearest neighbors in neighbors.rst
2014-12-18 19:45:06 +01:00
maheshakya
b862d3e51d
FIX Updated examples
2014-12-18 19:42:42 +01:00
Joel Nothman
ea3b8fad3f
DOC editing for LSH forest narrative documentation
2014-12-18 19:42:42 +01:00
maheshakya
d20e54e161
DOC Updated the document of neighbors module.
2014-12-18 19:42:42 +01:00
Lars Buitinck
73283e98d1
MAINT remove probability kwarg from SVR and NuSVR
...
These don't have predict_proba, so setting it to true makes no sense.
2014-12-17 10:07:48 +01:00
Loïc Estève
4937c5c194
MAINT: fix silhouette typo
2014-12-17 09:18:19 +01:00
Clemens Brunner
b23a55bd5a
Updated documentation on shrinkage.
2014-12-16 11:50:02 +01:00
Clemens Brunner
081418f573
Added documentation for the three solvers.
2014-12-16 11:50:02 +01:00
Clemens Brunner
a88ad9e0b7
Added sentence on lsqr vs. eigen solvers.
2014-12-16 11:50:02 +01:00
Clemens Brunner
aede3d64f1
Rename parameter value 'ledoit_wolf' to 'auto'.
2014-12-16 11:50:01 +01:00
Alexandre Gramfort
a5ae150846
rename alpha to shrinkage + docstring cosmits
2014-12-16 11:35:58 +01:00
Clemens Brunner
21fbb53cb3
Updated parameter name in help text
2014-12-16 11:35:56 +01:00
Clemens Brunner
8e0dc6b7b0
Refactored LDA module (first working version).
2014-12-16 11:35:54 +01:00
Fabian Pedregosa
780fb237d2
DOC: make LinearSVR appear in the doc reference
2014-12-15 18:12:20 +01:00
MechCoder
b8b68e3284
COSMIT: Make how to use partial_fit render properly
2014-12-12 13:58:52 +01:00
Alexandre Gramfort
6dab7c5c8a
Merge pull request #3802 from MechCoder/birch
...
[MRG+1] Clustering algorithm - BIRCH
2014-12-11 23:10:43 +01:00
Joel Nothman
081a554698
FIX P/R/F metrics and scorers are now for binary problems only by default
...
Scorers for different average parameters have been added.
2014-12-09 13:56:51 +11:00
MechCoder
ce6a01d7a7
Tuple unpack farthest_dist
2014-12-08 11:49:57 +01:00
MechCoder
54e7f886ce
Rename global_clusters to n_clusters again
2014-12-05 14:07:17 +01:00
MechCoder
f12fc13ba8
Changes to narrative documentation
2014-12-05 14:07:16 +01:00
MechCoder
767bf266d5
API: Rename n_clusters to global_clusters
2014-12-05 14:07:16 +01:00
MechCoder
c5440bfd13
Made the following changes:
...
1. Make clear that partial_fit(None) enables global clustering.
2. Add compute_labels argument.
2014-12-05 14:07:16 +01:00
MechCoder
b01e21e1b2
Made the following changes.
...
1. Update doc and whatsnew.rst
2. Fix coloring
2014-12-05 14:07:16 +01:00
MechCoder
129f371f85
DOC: Modification to the documentation of threshold
2014-12-05 14:07:16 +01:00
MechCoder
abc78088b9
Made the following changes
...
1. Fix condition for checking threshold.
2. Fix the global clustering by remapping the samples to the
subcluster_centers.
3. Add tests for threshold.
4. Minor doc and cosmits.
2014-12-05 14:07:16 +01:00