Olivier Grisel
be0b0520e4
DOC: more warning fixes for the classes reference toc
2011-04-11 22:07:58 +02:00
Gael varoquaux
10458f6ee0
DOC: module entries in reference documentation
...
Amongst other things, this is useful for linking to these modules.
2011-04-11 22:07:58 +02:00
Gael varoquaux
b4fbd09f1e
DOC: Fix warnings
...
Patching the numpy docscraper to avoid the use of 'toctree' that create a
lot of warnings for little good.
Fix warnings throughout the docs.
2011-04-11 22:07:58 +02:00
Gael varoquaux
636c68c070
DOC: Less warnings during build
2011-04-11 22:07:56 +02:00
vene
cd01f48f1d
Renamed fastica.py to fastica_.py
2011-04-07 16:44:02 +03:00
vene
a5dbe946ba
Merge branch 'master' into decomposition
...
Conflicts:
doc/modules/classes.rst
scikits/learn/decomposition/pca.py
scikits/learn/decomposition/tests/test_pca.py
2011-04-04 20:03:02 +03:00
Mathieu Blondel
8794bb9a7f
Merge branch 'kpca'
...
Conflicts:
scikits/learn/pca.py
2011-04-04 23:49:51 +09:00
vene
ea2aa805f4
Decomposition module WIP
2011-04-04 14:31:48 +03:00
Olivier Grisel
bc4a14de0e
Merge branch 'master' into vene-nmf-lite
2011-04-03 02:42:39 +02:00
Gael varoquaux
078d3c108e
DOC: better docs for Ward
2011-04-02 20:58:27 +02:00
vene
9013e2844a
Added NMF to classes.rst
2011-04-02 11:31:09 +03:00
Mathieu Blondel
cceac317e8
Add KernelPCA documentation.
2011-04-01 19:46:29 +09:00
Yaroslav Halchenko
2422ed9ef3
DOC: minor spellings and formatting (trailing spaces, consistent spacing etc)
2011-03-12 14:53:14 -05:00
Edouard Duchesnay
769155d9d1
resolve conflict
2011-03-09 15:10:57 +01:00
Edouard Duchesnay
4d31f558b2
Merge branch 'master' of github.com:scikit-learn/scikit-learn
...
Conflicts:
doc/modules/classes.rst
scikits/learn/datasets/__init__.py
scikits/learn/datasets/base.py
2011-03-09 14:18:27 +01:00
Fabian Pedregosa
8d8e02076d
Add metrics to the doc.
2011-02-28 18:20:11 +01:00
Fabian Pedregosa
a084f38160
Changelog for 0.7
2011-02-28 15:12:32 +01:00
Olivier Grisel
5c7ea36411
remove function autodoc section that breaks sphinx
2011-02-27 11:52:10 +01:00
Olivier Grisel
bef60efabc
documentation for the LFW dataset loaders
2011-02-25 02:04:37 +01:00
Edouard Duchesnay
05386908b6
Merge branch 'pls' of https://github.com/fabianp/scikit-learn
2011-02-21 16:22:42 +01:00
Fabian Pedregosa
39b3213d7d
DOC: set up barebones documentation for PLS.
2011-02-21 15:42:42 +01:00
Fabian Pedregosa
ecd7190f09
Neighbors refactoring.
...
Rename NeighborsBarycenter --> NeighborsRegressor, Neighbors -->
NeighborsClassifier.
Also added parameter mode for NeighborRegressor (and updated examples
and doc describing it).
2011-02-17 10:37:34 +01:00
Fabian Pedregosa
1696b72ce7
Add RandomizedPCA to RST docs.
2011-02-11 13:58:19 +01:00
Peter Prettenhofer
7fceccb5fe
Merge branch 'sgd-rename'
2010-12-03 11:28:32 +01:00
Alexandre Gramfort
52f9e4676a
Merge branch 'neighbor_barycenter'
...
closing https://github.com/scikit-learn/scikit-learn/pull/23
ENH : adding kneighbors_graph to build the graph of neighbors as a sparse matrix
ENH : adding NeighborsBarycenter for regression pbs using k-NN
MISC : reindenting BallTree C++ code (no tabs + 4 spaces)
API : rename k->n_neighbors
DOC: adding NeighborsBarycenter to doc
Conflicts:
examples/svm/plot_weighted_samples.py
2010-12-02 15:23:21 -05:00
Peter Prettenhofer
9df6c7f6d4
updated SGD documentation (referenced in linear_model.rst and classes.rst).
...
COSMIT in stochastic_gradient.py docstring.
2010-12-02 11:14:02 +01:00
Peter Prettenhofer
2aa32c1af8
Merge branch 'master' into sgd-rename
2010-12-01 17:05:05 +01:00
Fabian Pedregosa
8ace83f74a
Fix for linear_model.rst
2010-12-01 15:59:17 +01:00
Fabian Pedregosa
07fa9c5193
Update LARS documentation.
2010-12-01 15:53:12 +01:00
Peter Prettenhofer
fe662553ea
finalized sgd module renaming.
...
renamed ClassifierSGD to SGDClassifier (same for Regressor)
updated setup.py files
updated examples
updated docs
2010-11-30 12:14:30 +01:00
Alexandre Gramfort
6f54797cf1
DOC: adding NeighborsBarycenter to doc
2010-11-28 13:00:01 -05:00
Fabian Pedregosa
cb07c3e287
Add sgd.* to class reference.
...
Also, some fixes in sgd.rst.
2010-11-26 17:22:11 +01:00
Fabian Pedregosa
093ad2a129
Update class reference list.
2010-11-26 16:53:03 +01:00
Fabian Pedregosa
68bc58d029
glm --> linear_model rename holocaust.
...
I also moved cd_fast.pyx from its src subdirectory to linear_models,
to match the sgd module structure.
2010-11-25 16:27:30 +01:00
Fabian Pedregosa
ffb77cadfe
Fix GridSearch does not exist.
2010-11-25 15:12:23 +01:00
Fabian Pedregosa
3c264beb12
Add GridSearch and GridSearchCV to the class reference.
...
The grid_search.rst needs more work, though ...
2010-11-25 09:02:07 +01:00
Gael varoquaux
ef09cbe33f
DOC: Add documentation for ICA/PCA
2010-11-01 15:11:56 +01:00
Fabian Pedregosa
726aa6d775
Web page update.
2010-10-07 09:43:31 +02:00
Fabian Pedregosa
04b05b7314
Update changelog.
2010-10-06 11:45:01 +02:00
Fabian Pedregosa
138709e3e1
Add Feature Selection classes to the reference docs.
2010-10-05 16:21:50 +02:00
Fabian Pedregosa
f9aa89df25
Update doc of neighbors module.
2010-10-01 15:06:45 +02:00
Fabian Pedregosa
6695c5b169
Update docs on sparse svm.
2010-10-01 11:42:39 +02:00
Fabian Pedregosa
2a70aec8ac
Add LARS, LassoLARS to class reference.
2010-09-30 16:14:46 +02:00
Fabian Pedregosa
1d223390ab
Update class reference.
2010-09-28 14:47:16 +02:00
Fabian Pedregosa
ef26ea4ef1
move sparse.svm into the svm module to match glm.sparse.
2010-09-28 14:47:12 +02:00
Gael varoquaux
6b282e0e02
DOC: Fix the reference classes documentation
2010-09-11 13:27:41 +02:00
Vincent Michel
e65c4dc68c
DOC : add changes in classes.rst
2010-09-09 17:43:40 +02:00
Fabian Pedregosa
4d764fd66b
DOC: some more fixes on BayesianRegression doc.
2010-09-08 15:42:09 +02:00
Fabian Pedregosa
6e708abb61
DOC: more work on svm module.
2010-09-02 16:00:37 +02:00
Fabian Pedregosa
9cef6593b6
more doc love.
2010-09-01 16:06:17 +02:00