scikit-learn/examples/applications
Lars Buitinck 0b026db3ca FIX small stuff in new tomography example
* use reshape instead of ".shape =" on models' coef_ attribute
* remove unused variables
2012-01-15 16:01:01 +01:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
face_recognition.py ENH renamed best_estimator and best_score in examples and tests. 2012-01-05 23:35:33 +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 ENH: renamed fast_svd to randomized_svd + related improvements 2011-12-31 14:31:55 +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.