scikit-learn/examples/applications
Boyuan Deng 2638fe59d5 Use immutable default arguments throughtout repo
Replace mutable default arguments in examples

Replace mutable default arguments in sklearn/manifold/t_sne.py

Replace mutable default arguments in sklearn/metrics/pairwise.py
2015-03-19 16:30:39 +01:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
face_recognition.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_model_complexity_influence.py some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
plot_out_of_core_classification.py COSMIT: minor cleanup 2014-11-20 07:26:12 +01:00
plot_outlier_detection_housing.py Fix typo 2015-03-15 01:36:29 -04:00
plot_prediction_latency.py minor fixes in docs. 2015-03-03 11:07:18 -05:00
plot_species_distribution_modeling.py Use immutable default arguments throughtout repo 2015-03-19 16:30:39 +01:00
plot_stock_market.py DOC: stock_market example: follow change of symbol 2015-03-13 15:22:15 +01: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 micro-optimize NMF inner loop 2013-10-20 19:17:26 +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.