scikit-learn/examples
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
..
glm ENH : moving bench_glm.py to benchmarks folder 2010-07-18 20:57:50 +02:00
svm Merge branch 'master' of git://scikit-learn.git.sourceforge.net/gitroot/scikit-learn/scikit-learn 2010-08-15 18:31:19 +02:00
README.txt DOC: Rework of the docs and examples: multiple commits because commits 2010-04-23 05:48:03 +00:00
feature_selection_pipeline.py ENH : fix in svc.coef_ + cosmit 2010-07-31 22:03:27 +08:00
grid_search_digits.py ENH : using mixin rather than base class to bring score methods to estimators 2010-07-28 17:47:44 +02:00
lda.py removing unnecessary imports 2010-05-09 11:27:43 +02:00
logistic_l1_l2_coef.py Add title to example. 2010-06-26 09:02:16 -05:00
mlcomp_document_classification.py Cosmit 2010-07-17 15:42:43 +02:00
mlcomp_sparse_document_classification.py new example to demonstrate sparse TF-IDF + sparse SVM on 20 newsgroups (too slow right now) 2010-08-02 01:08:42 +02:00
naive_bayes.py ENH: Refactor the datasets to add the digits standard dataset. 2010-04-19 14:15:47 +00:00
plot_affinity_propagation.py more missing pl.show() in examples 2010-07-31 15:27:54 +02:00
plot_classification_probability.py Enhance plot_classification_probability example. 2010-06-16 11:35:24 +02:00
plot_confusion_matrix.py moving ROC etc. to metrics.py 2010-05-26 14:40:29 +02:00
plot_digits_classification.py s/n_features/n_samples/ in digits example 2010-04-22 09:28:12 +00:00
plot_feature_selection.py ENH : fix in svc.coef_ + cosmit 2010-07-31 22:03:27 +08:00
plot_gmm.py fixed GMM examples 2010-07-27 09:42:50 +02:00
plot_gmm_pdf.py fixed GMM examples 2010-07-27 09:42:50 +02:00
plot_lda_qda.py ENH : removing old example for LDA vs QDA 2010-08-13 16:21:40 +02:00
plot_lda_vs_qda.py ENH : new example for LDA vs QDA 2010-08-13 16:21:03 +02:00
plot_mean_shift.py ENH : attempt to have a default parameter for bandwidth in MeanShift algorithm 2010-08-14 17:19:08 +02:00
plot_neighbors.py DOC: Improve the example docstrings. 2010-04-21 17:04:36 +00:00
plot_precision_recall.py BUG: fix in precision recall example 2010-05-28 11:38:50 +02:00
plot_roc.py Remove code from roc plotting that was interfering with build system. 2010-06-26 09:02:50 -05:00
plot_roc_crossval.py MISC: Adding titles to examples. 2010-07-27 09:42:51 +02:00
rfe_digits.py missing pl.show() in rfe examples 2010-07-31 15:04:43 +02:00
rfe_with_cross_validation.py missing pl.show() in rfe examples 2010-07-31 15:04:43 +02:00
stock_market.py MISC: Adding titles to examples. 2010-07-27 09:42:51 +02:00

README.txt

General examples
-------------------

General-purpose and introductory examples for the scikit.