Gael varoquaux
4d1dcd2e65
DOC: scikits.learn -> sklearn
2011-09-03 09:10:40 +02: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
Lars Buitinck
8674b01781
ENH set_params method on BaseEstimator, deprecate estimator params to fit
...
Passing estimator parameters to fit leads to a situation where fit might
half-fail when it has set the parameters, but then fails to do input
validation.
2011-08-23 12:46:36 +02:00
Fabian Pedregosa
e1ecda69b0
ENH: better doc and tests for unbalanced svm's
2011-03-31 12:01:57 +02:00
Fabian Pedregosa
578154b6d3
PEP8 fixes.
2011-02-03 18:36:57 +01:00
Fabian Pedregosa
c777ee7e26
Nicer support vectors in example plot_separating_hyperplane.py
...
Idea taken from svm_gui.py
2011-02-02 11:53:51 +01:00
Fabian Pedregosa
941c18a79e
Turn off axis in plot_iris.
...
Looks better in the doc.
2011-02-02 06:41:44 +01:00
Olivier Grisel
9847703415
moving real word examples to the applications subfolder
2010-12-05 21:40:38 +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
Fabian Pedregosa
cb50708c93
Cosmetic changes in plot_weighted_samples.py
2010-11-29 12:30:45 +01:00
Alexandre Gramfort
c9abe509af
pep8 in plot_weighted_samples.py
2010-11-27 18:21:05 -05:00
Fabian Pedregosa
ecce971725
Initial support for weighted samples in svm module.
...
Also added test for the dense and sparse case.
2010-11-26 13:44:24 +01:00
Peter Prettenhofer
8e9b35e84a
Merge branch 'master' of git@github.com:scikit-learn/scikit-learn
2010-11-24 11:35:14 +01:00
Peter Prettenhofer
487b25b34c
automatic refitting on radiobutton change and add example.
...
changed button caption to fit.
2010-11-24 11:33:44 +01:00
Gael varoquaux
ab42993e8e
BUG: svm_gui: C is not defined for OC-SVM
2010-11-22 18:26:03 +01:00
Peter Prettenhofer
fa04de9bb6
added GUI example for SVM.
...
Example now shows support vectors.
2010-11-23 00:15:42 +08:00
Peter Prettenhofer
b90d36ebe9
added tksvm from git://gist.github.com/673953.git.
2010-11-23 00:14:48 +08:00
Peter Prettenhofer
7f4e6d505f
added GUI example for SVM.
...
Example now shows support vectors.
2010-11-22 17:10:58 +01:00
Peter Prettenhofer
51438e44d1
Merge branch 'svmgui'
2010-11-22 16:33:14 +01:00
Fabian Pedregosa
60f72c91f7
Rename predict_margin --> decision_function.
2010-11-19 14:10:01 +01:00
Peter Prettenhofer
da3f3faeaa
added tksvm from git://gist.github.com/673953.git.
2010-11-18 12:28:45 +01:00
Olivier Grisel
9d5e16b666
trailing spaces holocaust
2010-11-06 15:42:55 +01:00
Alexandre Gramfort
ec1514ac19
ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example)
2010-11-02 11:38:06 +01:00
Fabian Pedregosa
0ddfebe89a
Update svm examples affected by latest API changes.
2010-10-21 13:02:13 +02:00
Fabian Pedregosa
f4e1f14cf7
More accurate info in examples.
2010-10-21 13:02:12 +02:00
Alexandre Gramfort
4d2b3762e0
pretifying plot_weighted_classes.py
2010-10-20 12:51:40 +02:00
Fabian Pedregosa
e88a6a634f
Revert "More accurate info in examples."
...
This reverts commit 5f9c342549 .
2010-10-20 12:13:47 +02:00
Fabian Pedregosa
1a5f412d26
Revert "Update svm examples affected by latest API changes."
...
This reverts commit 8606d6f010 .
2010-10-20 12:13:47 +02:00
Fabian Pedregosa
8606d6f010
Update svm examples affected by latest API changes.
2010-10-20 10:04:15 +02:00
Fabian Pedregosa
5f9c342549
More accurate info in examples.
2010-10-20 10:04:12 +02:00
Gael varoquaux
d52c5c8b54
ENH: Change pipelines so that they are simpler and address subobjects
...
using the routing logic of the BaseEstimator
2010-09-09 19:03:13 +02:00
Gael varoquaux
ea66aab0b3
ENH: Use new pipeline framework in SVN-ANOVA
...
The plot_svm_anova now works without keeping a reference on the
intermediate steps. Hurray.
2010-09-08 19:06:06 +02:00
Gael varoquaux
4b56aefca7
DOC: better example for SVM-Anova
2010-09-05 23:05:06 +02:00
Alexandre Gramfort
664ad0a760
ENH : cosmit + fix examples for doc generation
2010-08-31 19:39:48 +02:00
Fabian Pedregosa
e5cf2e43e4
Some love for the rst docs.
...
Use autosummary to separate class reference from documentation.
2010-08-30 14:26:28 +02:00
Gael varoquaux
6557000535
MISC: Restore an example that is now working again.
2010-08-27 09:21:10 +02:00
Fabian Pedregosa
80b28f25c1
Rename failing example in order to build the doc.
2010-08-22 12:36:48 +02:00
Alexandre Gramfort
9332344e8c
FIX : fix in subplot index in plot_iris.py
2010-08-21 10:58:43 +02:00
Fabian Pedregosa
b6e2e13c7e
Refactoring in the svm module.
...
Create NuSVC as a different class and not as a special case of
SVC. Also added some tests and some doc. It is however still a work in
progress.
Also created issue #101 for encoutered bugs:
https://sourceforge.net/apps/trac/scikit-learn/ticket/101
2010-08-20 16:24:01 +02:00
Alexandre Gramfort
5dc8d7b8e8
MISC : cosmit nfeatures -> n_features, nsamples -> n_samples, nclasses -> n_classes
2010-08-20 10:20:43 +02:00
Fabian Pedregosa
29f7c8d095
Revert unwanted changes (aka ooooops!).
2010-08-18 21:27:12 +02:00
Fabian Pedregosa
49ba346233
Bug fixing in liblinear bindings.
...
It gave wrong answers in the multiclass case. It still gives bad
answer, but at least dimension of coef_ is now right.
2010-08-18 21:27:12 +02:00
Matthieu Perrot
976f6e1b81
Merge branch 'master' of git://scikit-learn.git.sourceforge.net/gitroot/scikit-learn/scikit-learn
...
Conflicts:
scikits/learn/lda.py
scikits/learn/qda.py
2010-08-15 18:31:19 +02:00
Gael varoquaux
69dd9057c1
BUG: Fix forgotten import in example
2010-08-13 17:28:25 +02:00
Alexandre Gramfort
8257fb15f1
ENH : new SVR example
2010-08-13 11:53:43 +02:00
Alexandre Gramfort
8c6293a6b3
ENH : new SVR example
2010-08-13 11:52:50 +02:00
Matthieu Perrot
1a9cbeb0e9
Merge branch 'master' of git://scikit-learn.git.sourceforge.net/gitroot/scikit-learn/scikit-learn
...
Conflicts:
examples/svm/plot_svm_anova.py
2010-08-11 22:57:39 +02:00
Alexandre Gramfort
b314cc3391
FIX : removing duplicated example
2010-08-08 23:35:21 +02:00