Christopher Erick Moody
fe09a077da
FEAT Barnes-Hut t-SNE
...
Renamed example file & added comments
FEAT Barnes-Hut t-SNE
Vectorized the math calls -- 3x faster on neg grad
Draft of n-dimensional barnes-hut; failing tests
Tests pass, error being computed in cython
Added error calculation to pos gradient
Changed cases where points are very close to be clearer
Clearer variable names
2015-09-11 13:19:15 -04:00
Andreas Mueller
0650d5502e
DOC adding backlinks to docstrings
2015-06-03 00:24:04 -04:00
Joel Nothman
acac25d816
DOC fix typo
2014-08-08 07:48:45 +10:00
Olivier Grisel
2eb1e98eef
MAINT ensure that examples figures are displayed in the correct order
2014-07-14 15:47:17 +02:00
Lars Buitinck
c176ced74d
DOC double backticks for fixed-width (code) font
...
Fixes #3337 . Also other minor fixes while I was at it.
2014-07-06 14:18:33 +02:00
Alexander Fabisch
f378fc5561
Adress Olivier's comments
...
* extended narrative doc
* don't copy vector twice
2014-05-28 19:56:09 +02:00
Alexander Fabisch
5cb4fa2db9
Add section in narrative documentation
2014-05-28 19:56:09 +02:00
Andreas Mueller
282fa3b834
add section, estimator and model links on the frontpage
2013-07-28 11:15:02 +02:00
Federico Vaggi
df7e135b5b
cosmetic: Changed all instances of nonlinear to non-linear
2013-07-22 17:37:26 +00:00
Jaques Grobler
8861833ec9
DOC spellfixes
2013-06-29 16:18:23 +03:00
Andreas Mueller
4269bf2a23
DOC some more minor fixes to syntax / links
2013-01-20 15:42:28 +01:00
Andreas Mueller
56b47768f0
DOC added user guide links to all estimators on the whatsnew page
2013-01-20 14:23:29 +01:00
Jaques Grobler
db28229dd7
links for MDS
2012-12-02 09:36:55 +00: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
GaelVaroquaux
46d2461b92
DOC: cross-ref Random Forest embedding and manifold
2012-11-14 16:40:30 +01:00
Andreas Mueller
c0a057843c
ENH rename Scaler to StandardScaler everywhere
2012-09-23 17:31:15 +01:00
Andreas Mueller
69bef87c54
DOC typo / wrong parameter in lle docs
2012-07-21 00:16:12 +01:00
Gael Varoquaux
468dcaaa09
MISC: update whats_new with MDS
2012-06-01 18:24:21 +02:00
Gael Varoquaux
25bffd922e
DOC: minor MDS doc/example changes
2012-06-01 18:24:21 +02:00
Nelle Varoquaux
d26c7cf927
MDS: documentation fixes
2012-06-01 18:24:21 +02:00
Gael Varoquaux
797605aa8a
DOC: misc improvements in MDS docs
2012-06-01 18:24:21 +02:00
Nelle Varoquaux
518fe784c9
MDS - fixed some latex error in the documentation
2012-06-01 18:24:20 +02:00
Nelle Varoquaux
096e7927fc
Added paragraphs on metric and nonmetric MDS, explaining the difference
2012-06-01 18:24:20 +02:00
Nelle Varoquaux
d09ed68a14
Added docstrings to MDS
2012-06-01 18:24:20 +02:00
Nelle Varoquaux
ec72b7230e
Added documentation on MDS
2012-06-01 18:24:20 +02:00
Andreas Mueller
5ad3bc672c
ENH rename out_dim to n_components in manifold module
2012-05-06 16:08:25 +02:00
Jake Vanderplas
e66fdffa5a
BUG/DOC: address manifold singularity issue
2011-12-19 03:59:53 -08:00
Gael varoquaux
f6d28c3f5a
DOC: docstring in stock market example
2011-11-10 23:43:10 +01:00
Fabian Pedregosa
ddf4b72109
Move project directory from scikits.learn to sklearn
2011-09-02 12:06:57 +02:00
Fabian Pedregosa
68f27e3790
Revert "Move project directory from scikits.learn to sklearn"
...
This reverts commit fd0d3b879d .
2011-09-02 12:03:18 +02:00
Fabian Pedregosa
fd0d3b879d
Move project directory from scikits.learn to sklearn
2011-09-02 11:38:24 +02:00
Jake Vanderplas
c72dd9fd39
merge with master; remove lobpcg references
2011-08-13 10:06:52 -07:00
Gael varoquaux
23163f88e7
MISC: fix image in manifold doc
2011-08-12 07:35:02 +02:00
Jake Vanderplas
3a56be4504
changes to manifold doc
2011-08-10 09:51:40 -07:00
Jake Vanderplas
9abb9fa710
update manifold documentation
2011-08-08 17:39:15 -07:00
Jake Vanderplas
b53ba4b92d
manifold doc update
2011-07-28 19:38:07 -07:00
Fabian Pedregosa
08f749e810
DOC: fix errors in manifold doc + style tweaks.
2011-06-06 11:44:38 +02:00
Olivier Grisel
ca3e787343
ENH: split figures for better reusability and readability
2011-05-31 10:52:53 +02:00
Fabian Pedregosa
df15f40713
Typo
2011-05-16 11:34:02 +02:00
Fabian Pedregosa
ef7a3495ec
More on practical tips.
2011-05-16 11:32:35 +02:00
Fabian Pedregosa
6bc68a2df2
DOC: added section on complexity for LLE.
2011-05-11 15:00:59 +02:00
Fabian Pedregosa
642ddc1524
Initial implementation of Locally Linear Embedding.
2011-05-04 11:35:16 +02:00
Fabian Pedregosa
ad9d5a97a4
Documentation for the svm module.
...
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@542 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-03-16 10:42:20 +00:00
Fabian Pedregosa
d1177d8bf0
Updated docs to reflect the new namespace structure.
...
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@401 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-02-03 10:46:43 +00:00