scikit-learn/examples/applications
Lars Buitinck 841fb88727 ENH prettier output from NMF example
Better stopword and noise filtering, increased n_samples to 2000
since the recent optimizations to tf-idf and NMF allow this.

Also some micro-optimizations to NMF itself.
2013-09-01 19:04:56 +02:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
face_recognition.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_hmm_stock_analysis.py gallery effects,icon change,cleanups 2013-03-18 13:52:20 +01:00
plot_out_of_core_classification.py FIX + COSMIT Reuters out-of-core example 2013-08-10 12:55:16 +02:00
plot_outlier_detection_housing.py DOC spellfixes 2013-06-29 16:18:23 +03:00
plot_species_distribution_modeling.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_stock_market.py fix merge conflict 2013-07-22 16:20:31 +02:00
plot_tomography_l1_reconstruction.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
svm_gui.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
topics_extraction_with_nmf.py ENH prettier output from NMF example 2013-09-01 19:04:56 +02:00
wikipedia_principal_eigenvector.py ENH export randomized_svd publicly 2013-08-30 10:17:40 +02: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.