Commit Graph

20 Commits

Author SHA1 Message Date
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
Gael varoquaux 015b4560d3 DOC: scikits.learn -> scikit-learn 2011-09-01 22:12:40 +02:00
Brian Holt 0936c55cfa Updated documentation for boston house prices dataset 2011-08-08 11:20:46 +01:00
Yaroslav Halchenko 3f4c3c67ef FIX: reflect SVC API change (eps -> tol) in doc/tutorial.rst 2011-05-11 12:21:16 -04:00
Gael varoquaux 348d9aa6ca DOC: improve datasets information
Add some links accross the documentation and examples

Add the dataset's description in their docstring
2011-05-09 15:26:20 +02:00
Yann Malet c47200abb9 Fix a Broken link in the documentation 2011-04-01 12:39:47 +02:00
Mathieu Blondel 7bd9bff462 Add documentation on model persistence. 2011-02-14 17:28:25 +09:00
Emmanuelle Gouillart a04d7033d5 Corrected a few typos in the documentation. 2011-01-17 05:59:13 +08:00
Fabian Pedregosa 399a37147b Fix doctests from the tutorial. 2010-10-06 14:36:34 +02:00
Olivier Grisel 434eed65b4 example usage of MLComp document classification datasets 2010-07-04 22:40:27 +02:00
Fabian Pedregosa bf3e14a004 Update doc. 2010-05-12 15:35:29 +02:00
Fabian Pedregosa 57cdf8d42c BUG: fix bug in tutorial 2010-05-12 15:34:20 +02:00
Gael Varoquaux 47110f0462 DOC: Adapt the getting started tutorial to complete beginners.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@698 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-22 19:10:17 +00:00
Gael Varoquaux 2d43c4d227 DOC: Some work on the beginning of the doc.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@686 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-22 08:32:00 +00:00
Gael Varoquaux 331516b8b3 DOC: Sprucing up the documentation.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@642 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-15 19:53:31 +00:00
Fabian Pedregosa b3f4268fb8 Documentation update.
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@562 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-03-17 15:25:39 +00:00
Fabian Pedregosa 7dc5f07723 Documentation update.
New sections in svm, misc changes in other modules.

From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@559 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-03-17 13:32:07 +00:00
Fabian Pedregosa 558cca0ce2 Add ReST docs.
Added some new documentation, like contribute, with details about the
development process and added to the index some existing
documentation, like the em module.

Sphinx now uses numpydoc extension, so that docstrings appear just as
they do on numpy's documentation.

To build the docs, run "make html" from the doc/ directory.

From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@357 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-01-19 12:43:30 +00:00