Commit Graph

1361 Commits

Author SHA1 Message Date
Alexandre Gramfort 58b55ac05a DOC: adding Bishop as ref for ARD 2013-01-07 11:37:44 +01:00
Andreas Mueller 0dd3e13771 FIX remaining doctests 2013-01-03 13:21:51 +01:00
Arnaud Joly 564194e87f DOC typo 2013-01-02 21:14:44 +01:00
Arnaud Joly 9e15d2a23d DOC cosmit alphabet order of classification metric in ref 2013-01-02 21:14:44 +01:00
Arnaud Joly ecf7a75c73 ENH add mean absolute error 2013-01-02 21:14:44 +01:00
Arnaud Joly 635a93f7d4 DOC add narrative doc for regression metrics 2013-01-02 21:14:43 +01:00
Andreas Mueller 0ac4243c14 DOC add Nystroem kernel approximation to the references 2012-12-26 22:55:48 +01:00
bob 5b822a27c2 Couple of small changes from comments 2012-12-24 09:28:52 +01:00
x006 889966d4b1 Updates for DBSCAN clsutering docs
Please enter the commit message for your changes. Lines starting
2012-12-24 09:28:52 +01:00
Arnaud Joly 616e2b5d64 ENH Rename Bernoulli random projection to sparse random projection 2012-12-21 14:48:01 +01:00
Arnaud Joly 12c8d3be79 ENH Rename Bernoulli random projection to sparse random projection 2012-12-21 14:48:01 +01:00
Arnaud Joly d1a223be40 DOC fix typo in filename 2012-12-21 14:47:59 +01:00
Arnaud Joly 275aada809 DOC typo in narrative doc 2012-12-21 14:47:59 +01:00
Arnaud Joly 15d0232d28 ENH Add jl lemma figure to random_projection.rst 2012-12-21 14:47:59 +01:00
Arnaud Joly 8deb970802 DOC Separate the jl example from references 2012-12-21 14:47:59 +01:00
Arnaud Joly 4cafda286d DOC improve name in example 2012-12-21 14:47:58 +01:00
Arnaud Joly 4702f6d95d DOC mainly switch from .\n:: to :: 2012-12-21 14:47:58 +01:00
Arnaud Joly 32be546710 DOC minor improvements 2012-12-21 14:47:58 +01:00
Arnaud Joly a9b73d6e6c DOC set narrative doc for random projection 2012-12-21 14:47:58 +01:00
Olivier Grisel c193eacc04 Delete iris.dot in tree.rst doctest 2012-12-16 19:30:25 +01:00
Olivier Grisel 7064b3e964 FIX: fixed random_state for heisen doctest failure in multiclass module 2012-12-14 10:13:51 +01:00
Andreas Mueller 22883c4401 DOC narrative doc for Nystroem. 2012-12-09 17:42:23 +01:00
Gilles Louppe caf69c0c4b FIX: docstring tests 2012-12-05 08:23:53 +01:00
Peter Prettenhofer 3848f09513 topics -> topic 2012-12-02 16:19:16 +01:00
Peter Prettenhofer b7b91ef9ce Merge branch 'master' into gbrt-interactions 2012-12-02 16:05:44 +01:00
Jaques Grobler db28229dd7 links for MDS 2012-12-02 09:36:55 +00:00
Peter Prettenhofer dd0deaed36 rephrased the one-way PDP description 2012-12-01 14:13:41 +01:00
Peter Prettenhofer cb3129a683 fix: doctest in ensemble.rst 2012-11-30 17:08:18 +01:00
Peter Prettenhofer 691804ad71 doctest skip: matplotlib not available on travis 2012-11-30 16:42:27 +01:00
Peter Prettenhofer f461456eba code snippets for narative doc and restructuring 2012-11-30 12:16:03 +01:00
Peter Prettenhofer aff7da7834 Merge remote-tracking branch 'upstream/master' into gbrt-interactions 2012-11-30 09:29:27 +01:00
Satrajit Ghosh 6312a9f07b doc: clean up style and grammar 2012-11-27 09:36:21 -05:00
Satrajit Ghosh 92ba8020ae sty: white space 2012-11-27 09:36:20 -05:00
kuantkid 9d03e78cec DOC dox fix and misc post-rebase things 2012-11-27 09:35:15 -05:00
kuantkid fa77ce8941 DOC docs for spectral embedding 2012-11-27 09:35:15 -05:00
kuantkid 3f51b596d6 SYNC doc built error on one machine, sync with another 2012-11-27 09:35:15 -05:00
Peter Prettenhofer 09d9e2c161 fix: doc rename partial_dependence_plots -> plot_partial_dependence 2012-11-27 09:29:05 +01:00
Andreas Mueller ecc50d032f ENH addressed @kuantkid's comments. Also add myself to pairwise.py authors. 2012-11-26 21:15:46 +00:00
Andreas Mueller 3e43ce3fde ENH address @ogrisel's comments. 2012-11-26 21:15:46 +00:00
Andreas Mueller c6e526323b DOC added "precomputed" variant to docs. 2012-11-26 21:15:46 +00:00
Andreas Mueller c03091c382 DOC added stuff about chi2 kernel to narrative docs 2012-11-26 21:15:46 +00:00
Andreas Mueller b4bdd571e5 DOC cleared up difference to AdditiveChi2Sampler, added some "see also"s 2012-11-26 21:15:46 +00:00
Andreas Mueller 54b1228382 ENH renamed chi2 to additive_chi2 and exponential_chi2 to chi2, as usually the exponential version is meant with "chi2" 2012-11-26 21:15:46 +00:00
Andreas Mueller cf6c8b2862 DOC add chi2_kernel and exponential_chi2_kernel references. 2012-11-26 21:15:45 +00:00
Peter Prettenhofer 66df36291f Merge branch 'master' into gbrt-interactions 2012-11-25 21:27:16 +01:00
Mathieu Blondel 0e4a693a15 Merge pull request #1373 from mblondel/random_clf
MRG: Dummy estimators
2012-11-22 01:45:01 -08:00
Mathieu Blondel 77cd045dd2 Merge pull request #1382 from mblondel/add_intercept
MRG: Add dummy feature utility function
2012-11-21 10:24:45 -08:00
Mathieu Blondel b4022ac5f1 Add to references. 2012-11-22 02:59:52 +09:00
Mathieu Blondel 8430d66cfd Typo :/ 2012-11-22 02:21:46 +09:00
Mathieu Blondel ef50f3e77c Address @amueller doc comments. 2012-11-22 01:44:26 +09:00