scikit-learn/examples
Steven Maude b01f9608bd Minor typo fixes in grid_search_text_feature_extraction.py
Change there -> their, name -> names
2013-10-25 11:46:54 +01:00
..
applications ENH micro-optimize NMF inner loop 2013-10-20 19:17:26 +02:00
bicluster FIX py2.6 compat in biclustering example 2013-08-12 12:52:17 +02:00
cluster ENH: Call plot twice per class label rather than for every point. 2013-10-10 00:37:31 -07:00
covariance Rename cv_scores(_) back to grid_scores(_) to keep the name free for a future refactoring 2013-07-28 17:10:14 +02:00
cross_decomposition DOC reference and rename cross decomposition module 2013-07-28 02:56:12 +02:00
datasets DOC fix example comments 2013-07-30 12:41:56 +02:00
decomposition avoid zip + topic in doc 2013-09-06 08:51:06 +02:00
ensemble ENH bagging meta-estimator 2013-09-11 13:51:09 +02:00
exercises example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
gaussian_process DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
linear_model Add plot titles and newstyle plt import in OLS vs Ridge example 2013-10-24 16:25:40 +02:00
manifold DOC/EXAMPLES fix more documentation errors, deprecated api usages. 2013-07-28 15:01:48 +02:00
mixture ENH rename eval / pseudolikelihood to score_samples 2013-07-26 23:32:23 +02:00
neighbors ENH rename eval / pseudolikelihood to score_samples 2013-07-26 23:32:23 +02:00
semi_supervised fix: add missing str formatting operator 2013-05-31 09:31:23 +02:00
svm DOC typo: polynominial 2013-09-28 17:38:12 +02:00
tree example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
document_classification_20newsgroups.py ENH Add filters on newsgroup text 2013-07-22 13:53:02 +02:00
document_clustering.py BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
feature_selection_pipeline.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
feature_stacker.py DOC spellfixes 2013-06-29 16:18:23 +03:00
grid_search_digits.py Rename cv_scores(_) back to grid_scores(_) to keep the name free for a future refactoring 2013-07-28 17:10:14 +02:00
grid_search_text_feature_extraction.py Minor typo fixes in grid_search_text_feature_extraction.py 2013-10-25 11:46:54 +01:00
hashing_vs_dict_vectorizer.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
imputation.py COSMIT: typo in examples/imputation.py 2013-07-28 09:03:56 +02:00
plot_classification_probability.py Fix libsvm seed when predict_proba in tests and examples 2013-07-27 19:50:25 +02:00
plot_classifier_comparison.py DOC fix example comments 2013-07-30 12:41:56 +02:00
plot_confusion_matrix.py DOC Add labels and some explanation to confusion matrix example 2013-04-17 16:35:02 +02:00
plot_digits_classification.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_digits_pipe.py DOC fix example comments 2013-07-30 12:41:56 +02:00
plot_feature_selection.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_hmm_sampling.py Add missing doc string printing for examples 2013-06-23 18:18:03 +02:00
plot_isotonic_regression.py ENH added an option to do an isotonic regression on decreasing functions 2013-07-23 21:50:29 +02:00
plot_johnson_lindenstrauss_bound.py Add missing doc string printing for examples 2013-06-23 18:18:03 +02:00
plot_kernel_approximation.py DOC+COSMIT: typos, lots of them 2013-09-13 16:29:42 +02:00
plot_lda_qda.py remove comment, undo change 2013-03-18 13:54:07 +01:00
plot_multilabel.py MISC: fix plot_multilabel example 2013-07-28 18:00:36 +02:00
plot_multioutput_face_completion.py FIX small title issue 2013-07-26 16:01:32 +02:00
plot_permutation_test_for_classification.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_precision_recall.py Updated whats_new and fixed a typo in plot_precision_recall.py 2013-08-21 11:03:00 +02:00
plot_rbm_logistic_classification.py Remove execute pemission 2013-09-06 15:37:17 +02:00
plot_rfe_digits.py gallery effects,icon change,cleanups 2013-03-18 13:52:20 +01:00
plot_rfe_with_cross_validation.py Rename cv_scores(_) back to grid_scores(_) to keep the name free for a future refactoring 2013-07-28 17:10:14 +02:00
plot_roc.py Added links to cross_val_score, auc_score, and recall_score 2013-08-21 11:02:35 +02:00
plot_roc_crossval.py Added links to cross_val_score, auc_score, and recall_score 2013-08-21 11:02:35 +02:00
plot_train_error_vs_test_error.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
randomized_search.py MISC: fix wrong timing in example 2013-08-07 22:50:25 +02:00

README.txt

.. _general_examples:

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

General-purpose and introductory examples for the scikit.