scikit-learn/examples/applications
Andreas Mueller 868eac134f Merge branch 'master' into svm_class_weights
Conflicts:
	doc/modules/svm.rst
	doc/tutorial.rst
	doc/whats_new.rst
	sklearn/linear_model/logistic.py
	sklearn/svm/base.py
	sklearn/svm/classes.py
	sklearn/svm/sparse/classes.py
	sklearn/svm/tests/test_sparse.py
	sklearn/svm/tests/test_svm.py
2012-02-15 00:12:02 +01:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
face_recognition.py Merge branch 'master' into svm_class_weights 2012-02-15 00:12:02 +01:00
plot_outlier_detection_housing.py Typo in example. Thanks Virgile for the cool example. 2011-12-20 11:49:31 -05:00
plot_species_distribution_modeling.py MISC: species distribution example plotted 2012-01-10 22:03:19 +01:00
plot_stock_market.py MISC: plot_stock_market cluster on learned covariance 2011-11-12 21:43:53 +01:00
plot_tomography_l1_reconstruction.py FIX small stuff in new tomography example 2012-01-15 16:01:01 +01:00
svm_gui.py peping8 examples/applications 2011-12-19 18:29:00 +01:00
topics_extraction_with_nmf.py peping8 examples/applications 2011-12-19 18:29:00 +01:00
wikipedia_principal_eigenvector.py BUG: follow API change in example 2012-02-12 11:53:00 +01:00

README.txt

.. _realworld_examples:

Examples based on real world datasets
-------------------------------------

Applications to real world problems with some medium sized datasets or
interactive user interface.