scikit-learn/examples
Patrice Becker 2f6af711b0
FEA Add Self Training Estimator (#11682)
Co-authored-by: Oliver Rausch <oliverrausch@users.noreply.github.com>
Co-authored-by: Patrice Becker <patricelbecker@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2020-11-20 19:49:08 +01:00
..
applications DOC Tomography L1 reconstruction example: use dot product operator (#18722) 2020-11-02 16:39:11 +01:00
bicluster MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
calibration DOC Improve multiclass calibration example (#18763) 2020-11-08 10:09:52 -05:00
classification FEA Allow passing custom covariance estimators to LDA (#14446) 2020-09-17 08:40:41 -04:00
cluster EXA use class instead of function for preprocessing in plot_kmeans_digits (#18657) 2020-11-13 11:37:50 +01:00
compose ENH Adds missing value support to OneHotEncoder (#17317) 2020-10-09 08:38:33 +02:00
covariance DEP deprecate grid_score_ and cv_alphas_ in GraphicalLassoCV (#16392) 2020-07-09 11:14:02 +02:00
cross_decomposition DOC Add example comparing PCR and PLS (#17151) 2020-08-11 14:46:33 -07:00
datasets DOC Fix links and clarify plot_random_dataset.py (#17150) 2020-05-08 19:15:10 -04:00
decomposition [MRG] varimax rotation for factor analysis (#11064) 2020-07-05 21:29:08 +02:00
ensemble ENH Add Categorical support for HistGradientBoosting (#18394) 2020-11-16 23:10:12 +01:00
exercises MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
feature_selection FEA Add sequential feature selection transformer (#17159) 2020-08-21 19:57:05 +02:00
gaussian_process DOC Fixes failing examples (#18180) 2020-08-18 08:52:41 +02:00
impute MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
inspection FIX solve wrong indexing in plots with ICE when subsampling (#18359) 2020-10-30 09:40:49 +01:00
kernel_approximation MNT Move plot_scalable_poly_kernels example to kernel_approximation directory (#18656) 2020-10-30 11:21:44 +01:00
linear_model DOC cleaned descriptive paragraph for linear regression example (#18348) 2020-09-07 10:42:52 +02:00
manifold MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
miscellaneous DOC Fix docstring in examples (#18251) 2020-08-26 10:07:02 +02:00
mixture DOC Fixes hard coded title in gmm selection example plot (#17418) 2020-08-07 21:10:32 +02:00
model_selection DOC Add grid search stats example (#17432) 2020-11-06 17:39:35 +00:00
multioutput DOC Fix warnings about references and links (#14976) 2019-09-23 11:49:08 -04:00
neighbors DOC Add legend and axis label in nearest neighbors example (#18164) 2020-08-21 19:20:01 +02:00
neural_networks EXA Improve the alphas values in MLP example (#17880) 2020-07-10 12:39:37 +02:00
preprocessing DOC Removes FunctionTransformer example (#17318) 2020-06-25 14:27:38 +02:00
release_highlights FIX solved legend issue in PDP (#18713) 2020-11-01 19:27:45 +01:00
semi_supervised FEA Add Self Training Estimator (#11682) 2020-11-20 19:49:08 +01:00
svm DOC Improved explanation of SVM-RBF behavior (#18538) 2020-10-05 18:08:00 -04:00
text DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04:00
tree DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04: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
========