Commit Graph

2086 Commits

Author SHA1 Message Date
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
MechCoder 08d3dfef4a STY: Cosmits in documentation 2014-12-05 14:07:16 +01:00
MechCoder f4afc7ecf0 ENH: Add narrative documentation 2014-12-05 14:07:16 +01:00
Fabian Pedregosa 7e1a0eee08 ENH LinearSVR using liblinear code
Fixes gh-3877.
2014-12-03 20:44:04 +01:00
gpassino 969e677353 DOC fix kernels documentation inconsistencies
Fixes gh-3916, gh-2901.
2014-12-01 11:51:36 +01:00
Xinfan Meng d96f196ac9 DOC Fix broken class references 2014-11-30 18:34:59 +11:00
Arnaud Joly 4ee736025f DOC add missing load_svmlight_files to api references 2014-11-28 12:08:29 +01:00
Arnaud Joly b351548c16 DOC more explicit title 2014-11-27 12:42:48 +01:00
Arnaud Joly ee8500f3cf DOC clarify how ties are broken for coverage_error 2014-11-27 12:42:48 +01:00
Arnaud Joly 9311f12092 DOC improve documentation of coverage 2014-11-27 12:42:47 +01:00
Arnaud Joly 81ac899714 ENH add coverage multilabel ranking metric 2014-11-27 12:42:47 +01:00
Olivier Grisel 84f1134b34 DOC target URLs on SGD loss / penalty figures 2014-11-27 11:29:20 +01:00
Joel Nothman e00fd83a83 DOC narrative docs for grid search's robustness to failure 2014-11-27 10:53:29 +11:00
Olivier Grisel 8621f00f6f Merge pull request #3173 from arjoly/sparse-tree
[MRG] Sparse input support for decision tree and forest
2014-11-21 10:10:33 +01:00
Florian Wilhelm 167e96ed5c MAINT remove multi-output support from meadian absolute error
At the moment, it's not clear what should be done. So it's left for latter.
2014-11-20 16:10:33 +01:00