scikit-learn/examples/applications
Thomas J. Fan 4abd9f2d9e
API Implements get_feature_names_out for transformers that support get_feature_names (#18444)
Co-authored-by: Andreas Mueller <andreas.mueller@columbia.edu>
Co-authored-by: Andreas Mueller <andreasmuellerml@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2021-09-07 10:56:57 +02:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
plot_cyclical_feature_engineering.py Fix typo in example `plot.cyclical_feature_engineering.py`. (#20795) 2021-08-21 11:53:48 +02:00
plot_digits_denoising.py DOC add image denoising kPCA example (#20248) 2021-06-29 18:14:50 +02:00
plot_face_recognition.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_model_complexity_influence.py [MRG] ENH Consistent loss name for squared error (#19310) 2021-03-19 15:21:34 +01:00
plot_out_of_core_classification.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_outlier_detection_wine.py DOC Update dataset name from Boston housing to Wine in example (#20561) 2021-07-18 21:46:26 -04:00
plot_prediction_latency.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
plot_species_distribution_modeling.py shorten links in examples-applications (#17635) 2020-06-19 13:35:32 +02:00
plot_stock_market.py DOC avoid FutureWarnings for deprecations examples (#17264) 2020-05-18 18:35:12 +02:00
plot_tomography_l1_reconstruction.py DOC Tomography L1 reconstruction example: use dot product operator (#18722) 2020-11-02 16:39:11 +01:00
plot_topics_extraction_with_nmf_lda.py API Implements get_feature_names_out for transformers that support get_feature_names (#18444) 2021-09-07 10:56:57 +02:00
svm_gui.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
wikipedia_principal_eigenvector.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46: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.