scikit-learn/examples/applications
Harsh Mahajan 228109cd5c MAINT Remove tolerance paramter from Perceptron (#14558) 2019-08-02 16:11:46 -04: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 [MRG+1] Setting max_iter/tol explicitly for SGD estimators in docs (#9776) 2017-10-04 17:28:32 +02: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 MNT Change the default value of n_estimators in forests (#13803) 2019-05-09 21:19:20 +08: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.