scikit-learn/examples
Fabian Pedregosa d36c2acfec scipy.lena() no longer works on scipy's dev version.
Use scipy.misc.lena() instead. This should also work with 0.8.x and
probably others.
2011-09-03 09:12:21 +02:00
..
applications Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
cluster scipy.lena() no longer works on scipy's dev version. 2011-09-03 09:12:21 +02:00
covariance DOC: scikits.learn -> sklearn 2011-09-03 09:10:40 +02:00
decomposition DOC: scikits.learn -> sklearn 2011-09-03 09:10:40 +02:00
gaussian_process DOC: scikits.learn -> sklearn 2011-09-03 09:10:40 +02:00
linear_model DOC: scikits.learn -> sklearn 2011-09-03 09:10:40 +02:00
manifold DOC: scikits.learn -> sklearn 2011-09-03 09:10:40 +02:00
mixture DOC: scikits.learn -> sklearn 2011-09-03 09:10:40 +02:00
svm DOC: scikits.learn -> sklearn 2011-09-03 09:10:40 +02:00
README.txt DOC: Rework of the docs and examples: multiple commits because commits 2010-04-23 05:48:03 +00:00
document_classification_20newsgroups.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
document_clustering.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
feature_selection_pipeline.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
gaussian_naive_bayes.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
grid_search_digits.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
grid_search_text_feature_extraction.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
mlcomp_sparse_document_classification.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_classification_probability.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_confusion_matrix.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_digits_classification.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_feature_selection.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_lda_qda.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_lda_vs_qda.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_neighbors.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_neighbors_regression.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_permutation_test_for_classification.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_pls.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_precision_recall.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_rfe_digits.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_rfe_with_cross_validation.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_roc.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_roc_crossval.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_train_error_vs_test_error.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00

README.txt

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

General-purpose and introductory examples for the scikit.