scikit-learn/examples
Alexandre Gramfort fb4bedf94b Merge pull request #747 from ibayer/posCoeff
positivity constraint for lasso and elastic net
2012-04-11 00:06:06 -07:00
..
applications Removed `_plot` from the face recognition example 2012-04-03 13:20:01 +02:00
cluster COSMIT: prettier plot 2012-03-27 11:06:27 +02:00
covariance Made old EllipticEnvelop deprecated class 2012-03-26 17:16:58 +02:00
decomposition Fix bad reference to LFW in example 2012-04-01 19:05:56 +02:00
ensemble use staged predict in gbrt examples 2012-03-29 10:26:43 +02:00
exercises DOC: finish misc in tutorial 2012-03-26 01:20:53 +02:00
gaussian_process COSMIT pep8 2012-02-17 16:49:48 +01:00
linear_model cosmit : consistent linestyle in plot_lasso_coordinate_descent_path 2012-04-10 13:50:01 +02:00
manifold pep8 2011-12-23 10:12:26 -08:00
mixture Cosmit 2012-02-05 23:28:54 +01:00
neighbors Update examples/neighbors/plot_nearest_centroid.py 2012-03-27 09:32:40 +12:00
semi_supervised FIX broke label_probagation example, now fixed it again. 2012-03-04 14:38:14 +01:00
svm delete redundant file, merged some examples and updated links 2012-03-07 03:55:18 +01:00
tree DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
document_classification_20newsgroups.py DOC small fixes to NearestCentroid classifier 2012-03-27 18:48:38 +02:00
document_clustering.py Renamed Vectorizer to TfidfVectorizer + deprecation warning 2012-03-07 06:48:56 -08:00
feature_selection_pipeline.py peping8 examples 2011-12-19 18:16:51 +01:00
grid_search_digits.py reworked nested grid search example for better doc and output, use train_test_split and add more cross links 2012-02-11 09:31:51 +01:00
grid_search_text_feature_extraction.py Fix grid search example 2012-03-04 13:15:36 +01:00
mlcomp_sparse_document_classification.py Renamed Vectorizer to TfidfVectorizer + deprecation warning 2012-03-07 06:48:56 -08:00
plot_classification_probability.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_confusion_matrix.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_digits_classification.py Merged some examples into examples folder. 2012-03-06 23:40:49 +01:00
plot_digits_last_image.py delete redundant file, merged some examples and updated links 2012-03-07 03:55:18 +01:00
plot_digits_pipe.py examples merged to example pool 2012-03-07 12:15:46 +01:00
plot_feature_selection.py MISC removed deprecated api from examples 2012-03-03 18:30:02 +01:00
plot_hmm_sampling.py Cosmit 2012-03-02 18:59:50 +01:00
plot_hmm_stock_analysis.py Cosmit typo 2012-03-13 22:16:17 +01:00
plot_iris_classifiers.py delete redundant file, merged some examples and updated links 2012-03-07 03:55:18 +01:00
plot_iris_dataset.py Merged a few examples into the example pool 2012-03-07 00:52:17 +01:00
plot_kernel_approximation.py COSMIT pep8 2011-12-20 14:17:51 +01:00
plot_lda_qda.py DOC lda/qda examples: remove redundant example, prettyfied other. 2012-03-04 17:22:46 +01:00
plot_multilabel.py More technically correct description. 2012-01-16 22:49:03 +09:00
plot_permutation_test_for_classification.py BUG: example plot compatibility with older matplotlib versions 2011-12-20 02:03:41 -08:00
plot_pls.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_precision_recall.py Fix scale_C warning. 2012-01-31 17:08:59 +09:00
plot_random_dataset.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_rfe_digits.py COSMIT: rfe examples 2011-12-19 13:27:35 +01:00
plot_rfe_with_cross_validation.py COSMIT: rfe examples 2011-12-19 13:27:35 +01:00
plot_roc.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_roc_crossval.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_train_error_vs_test_error.py peping8 examples 2011-12-19 18:16:51 +01:00

README.txt

.. _general_examples:

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

General-purpose and introductory examples for the scikit.