scikit-learn/examples/applications
Dimitri Papadopoulos Orfanos 6a7c8fd565
MAINT Fix typos found by codespell (#27824)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-11-22 15:59:36 +00: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 MAINT Fix typos found by codespell (#27824) 2023-11-22 15:59:36 +00:00
plot_digits_denoising.py MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01:00
plot_face_recognition.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_model_complexity_influence.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_out_of_core_classification.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_outlier_detection_wine.py DOC simplify and remove warning in plot_outlier_detection_wine (#27443) 2023-09-25 10:32:14 +02:00
plot_prediction_latency.py DOC Documents fixed to increase speed by removing for loop (#27066) 2023-08-15 14:33:35 +00:00
plot_species_distribution_modeling.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_stock_market.py MAINT: Cleanup expired ndarray methods (#27401) 2023-09-19 16:38:14 +02:00
plot_time_series_lagged_features.py DOC new example for time-series forecasting with lagged features and prediction intervals (#25350) 2023-11-21 17:36:45 +01:00
plot_tomography_l1_reconstruction.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_topics_extraction_with_nmf_lda.py DOC simplify plotting code in NMF LDA 20newsgroups example (#26727) 2023-06-30 11:28:17 +02:00
svm_gui.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
wikipedia_principal_eigenvector.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +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.