Commit Graph

3725 Commits

Author SHA1 Message Date
Lars 743998eb24 Merge pull request #4011 from MechCoder/fix_deprecation_paths
MAINT: Remove deprecation warnings in enet_path and lasso_path
2014-12-27 13:54:09 +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
MechCoder f79ac7c187 MAINT: Remove deprecation warnings in enet_path and lasso_path 2014-12-27 00:47:32 +01:00
Alexandre Gramfort 87b4784272 Merge pull request #4010 from MechCoder/sparse_bug
[MRG] FIX: Bug in sparse coordinate solver in lazy centering
2014-12-26 23:04:53 +01:00
MechCoder 26901932d7 FIX: Bug in sparse coordinate solver in lazy centering 2014-12-26 22:53:52 +01:00
Randall Mason 164381c3ea Spelling in heading newgroups -> newsgroups
The section title is "newgroups", this fixes it so that it matches the rest of the document.
2014-12-25 15:18:33 +02:00
Joel Nothman 39c34178d8 DOC/COSMIT clean up according to review 2014-12-25 14:22:41 +11:00
Helder d6a12c4479 Fix a typo on svm.rst 2014-12-24 13:58:37 -02:00
Joel Nothman 8f95410fcd ENH sparse metric support for paired distances 2014-12-24 20:43:04 +11:00
Alexandre Gramfort 2182262bcc Merge pull request #3985 from MechCoder/return_distances
[MRG] ENH: Return distances option for linkage_trees
2014-12-22 22:17:36 +01:00
MechCoder ad514d6fcf DOC: Add note to whatsnew.rst 2014-12-20 02:46:17 +01:00
Alexandre Gramfort acb924f310 Merge pull request #3952 from MechCoder/callable_connectivity
[MRG+1] ENH: Allow connectivity to be a callable in AgglomerativeClutering et.al
2014-12-20 00:02:35 +01:00
Andreas Mueller 1aa5a9fbc2 Merge pull request #3523 from cle1109/slda
[MRG+1] LDA refactoring
2014-12-19 13:04:16 -05:00
MechCoder 324780355a ENH: Return distances option for linkage_trees 2014-12-19 18:00:11 +01:00
Lars Buitinck c6b20493fd DOC: what's new: LSHForest 2014-12-19 11:04:28 +01: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
Lukas Michelbacher 389a43fd6f Fix typo 2014-12-18 13:36:12 +00:00
Gael Varoquaux 4a024699e8 Merge pull request #3158 from mvdoc/clustering
[ENH] ward_tree: return distances
2014-12-18 13:43:05 +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
Clemens Brunner 5cb217d39c Added shrinkage LDA entry. 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
MechCoder b341a329b1 Remove support for int and update whatsnew.rst 2014-12-16 11:27:41 +01:00
Matteo Visconti dOC 9b2e0c7503 Add ENH description in whats_new.rst 2014-12-16 09:19:03 +01:00
Alexandre Gramfort 15157f9044 Merge pull request #3966 from mvdoc/wtree_children
FIX: ward_tree returns children in the same order for both structured and unstructured versions
2014-12-15 22:02:39 +01:00
Lars Buitinck de6bfab949 Merge pull request #3968 from MechCoder/metric_neighbors_Graph
[MRG+2] ENH: Add metric support to neighbors_graph
2014-12-15 21:05:12 +01:00
Alexandre Gramfort b2035c694b Merge pull request #3969 from MechCoder/remove_check_X_y
[MRG+1] Remove optional input validation from pairwise_metrics
2014-12-15 19:08:44 +01:00
Matteo Visconti dOC 1e0b653c9c Merge remote-tracking branch 'upstream/master' into wtree_children
* upstream/master:
  DOC fix/expand Imputer example docs
  DOC: make LinearSVR appear in the doc reference
  FIX bug in fit_params assumed to be an array
  Replace feature with sample
  FIX: Raise AttributeError for fit_predict
  Fixed a bug in RFECV when step != 1
  facecolor/edgecolor are passed arguments to savefig if they differ from rcParam['figure.facecolor'] From nilearn
  MRG: Fix FeatureAgglomeration docs

Conflicts:
	doc/whats_new.rst
2014-12-15 18:50:32 +01:00
MechCoder 97e88e16ad Validation of params passed to neighbors_graphs 2014-12-15 18:49:29 +01:00
Fabian Pedregosa 780fb237d2 DOC: make LinearSVR appear in the doc reference 2014-12-15 18:12:20 +01:00
MechCoder eb6fcb2be6 Remove optional input validation from pairwise_metrics 2014-12-15 14:04:07 +01:00
Gael Varoquaux 5da34287de Merge pull request #3953 from Titan-C/savefigarg
Use correct savefig arguments in gen_rst.py
2014-12-15 10:01:06 +01:00
Alexandre Gramfort 6039b1864b Merge pull request #3824 from nmayorov/rfecv_bugfix
[MRG+1] FIX: Bug in RFECV when step is not 1
2014-12-15 09:06:41 +01:00