scikit-learn/examples/applications
Allen Akinkunle 01d8e70af0 MNT Use return_X_y=True with load_boston where appropriate (#14678) 2019-08-20 10:08:23 +08:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
plot_face_recognition.py EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
plot_model_complexity_influence.py MNT Use return_X_y=True with load_boston where appropriate (#14678) 2019-08-20 10:08:23 +08:00
plot_out_of_core_classification.py MAINT Remove tolerance paramter from Perceptron (#14558) 2019-08-02 16:11:46 -04:00
plot_outlier_detection_housing.py phrasing 2016-08-24 08:39:44 +02:00
plot_prediction_latency.py CLN remove redundant default parameters in examples and tests (#14590) 2019-08-07 10:38:41 -07:00
plot_species_distribution_modeling.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
plot_stock_market.py EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
plot_tomography_l1_reconstruction.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
plot_topics_extraction_with_nmf_lda.py ENH Add return_X_y to 20_newsgroups and olivetti_faces (#14259) 2019-07-20 10:30:09 +08:00
svm_gui.py MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
wikipedia_principal_eigenvector.py EXA Remove redundant tol parameter for SGDClassifier (#14556) 2019-08-02 14:04:10 -04: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.