scikit-learn/examples
i-aki-y 5c87a5f3cd
DOC Fix label mismatch in ICA vs. PCA example (#23239)
Co-authored-by: akiyuki ishikawa <aki.y.ishikwa@gmail.com>
2022-04-29 10:52:27 +02:00
..
applications FEA Online implementation of non-negative matrix factorization (#16948) 2022-04-22 17:51:06 +02:00
bicluster MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
calibration DOC: various spellcheck and typos (#23093) 2022-04-12 10:53:27 +02:00
classification FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
cluster DOC: Use notebook-style formatting on plot_segmentation_toy.py (#23140) 2022-04-27 11:01:33 +02:00
compose DOC update example wording now that OneHotEncoder handles missing values (#23054) 2022-04-20 14:51:19 +02:00
covariance DOC use notebook-style for plot_covariance_estimation.py (#23150) 2022-04-27 10:41:49 +02:00
cross_decomposition MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
datasets EXA: fix example for matplotlib 3.1 (#23083) 2022-04-08 20:36:36 +02:00
decomposition DOC Fix label mismatch in ICA vs. PCA example (#23239) 2022-04-29 10:52:27 +02:00
ensemble FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
exercises DOC update notebook-style example plot_cv_diabetes.py (#22740) 2022-03-17 11:42:01 +01:00
feature_selection API Config: change default display to "diagram" (#22856) 2022-03-21 15:43:07 +01:00
gaussian_process DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
impute DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
inspection DOC improve the random forest feature importance comparison example (#23085) 2022-04-26 23:19:45 +02:00
kernel_approximation DOC modify plot_scalable_poly_kernels.py format (#23009) 2022-04-08 18:27:07 +02:00
linear_model DOC use notebook-style in linear_model/plot_ridge_path.py (#23209) 2022-04-26 22:44:41 +02:00
manifold MNT handle warnings in plot_manifold_sphere.py (#23124) 2022-04-13 13:41:34 -04:00
miscellaneous DOC Fixes sphinx warnings when building docs (#23092) 2022-04-13 12:05:39 +02:00
mixture DOC Added hyperlink to AIC-BIC User Guide entry (#23146) 2022-04-17 16:37:32 -04:00
model_selection DOC use unequal group sizes in example (#16354) 2022-04-08 23:56:21 -04:00
multioutput MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
neighbors FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
neural_networks DOC use notebook-style for plot_rbm_logistic_classification.py (#23104) 2022-04-22 15:01:29 +02:00
preprocessing DOC Updates the MAxAbsScaler description in scalers example (#22951) 2022-04-04 23:15:07 +02:00
release_highlights DOC Add MiniBatchNMF and BisectingKMeans to the 1.1 highlights (#23217) 2022-04-26 22:30:25 +02:00
semi_supervised MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
svm FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
text DOC: document classification example more readable (#22820) 2022-03-14 09:47:36 +01:00
tree FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
README.txt DOC Make release highlights the first gallery section (#16952) 2020-04-27 11:23:15 -04:00

README.txt

.. _general_examples:

Examples
========