scikit-learn/examples
Nate George 9b25f5d37a Fix docs links (#7005)
* docs: fix broken and redirect links

see #7000

* docs: fix links

see #7000

* docs: merge with master

* docs: fix fnrs and tinyclues logo links

* docs: fix link reference in text

* docs: fix typo

* docs: added back in metaoptimize-qa paragraph

* docs: update language for defunct site

* docs: update stackexchange section

* docs: remove defunct site, move quora to top

* docs: remove defunct link and rearrange links
2016-07-27 16:58:25 -04:00
..
applications DOCS / COSMIT duplicate word typos 2016-07-26 10:44:32 -04:00
bicluster Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
calibration Fix typos (#6942) 2016-06-27 18:13:49 +02:00
classification [MRG+1] Fix: Replace pylab with matplotlib.pyplot #6754 (#6762) 2016-05-10 11:34:33 +02:00
cluster Fix minor typo 2016-07-13 16:23:14 +09:00
covariance fuse anomaly examples 2016-05-22 21:55:33 +02:00
cross_decomposition General spelling fixes 2015-12-16 09:46:42 -08:00
datasets [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
decomposition [MRG+1] Fix: Replace pylab with matplotlib.pyplot #6754 (#6762) 2016-05-10 11:34:33 +02:00
ensemble Fix typos (#6942) 2016-06-27 18:13:49 +02:00
exercises polish figure 2016-01-16 13:54:10 +01:00
feature_selection MAINT: Small changes to plot_f_test_vs_mi.py 2016-01-22 00:27:16 +05:00
gaussian_process Merge pull request #6613 from nelson-liu/correct_license_spelling 2016-06-15 13:58:59 +02:00
linear_model Fix typos (#6942) 2016-06-27 18:13:49 +02:00
manifold doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
mixture Modification of the GaussianMixture class to use cholesky precision matrices. (#6743) 2016-05-10 16:33:38 +02:00
model_selection DOC make confusion_matrix_plot.py exmaple more copy-pastable 2016-07-15 00:40:03 +03:00
neighbors Fix docs links (#7005) 2016-07-27 16:58:25 -04:00
neural_networks DOC: fixed typos and one style issue in plot examples 2016-04-25 11:59:40 +08:00
preprocessing Fixed transformation of test set via RobustScaler in plot_robust_scaling.py 2015-11-12 16:30:21 +01:00
semi_supervised Merge pull request #6613 from nelson-liu/correct_license_spelling 2016-06-15 13:58:59 +02:00
svm [MRG] ENH Restructure grid_scores_ into a dict of 1D arrays 2016-06-16 12:23:04 +10:00
text change last pl to plt 2016-05-10 11:41:13 +02:00
tree FIX restore previous title layout in examples/tree/plot_iris.py 2016-02-04 16:09:36 +01:00
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
feature_stacker.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
hetero_feature_union.py Fix typos (#6942) 2016-06-27 18:13:49 +02:00
missing_values.py ENH: Add indicator features to imputer output 2016-04-14 12:21:16 +05:30
plot_cv_predict.py Typo in `plot_cv example` 2016-05-17 05:24:25 -07:00
plot_digits_pipe.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_isotonic_regression.py doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
plot_johnson_lindenstrauss_bound.py [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
plot_kernel_approximation.py DOC: fixed typos and one style issue in plot examples 2016-04-25 11:59:40 +08:00
plot_kernel_ridge_regression.py FIX Changed zorder so support vectors are clearly visible 2015-12-15 19:29:51 -08:00
plot_multilabel.py MAINT Remove support for the deprecated sequence of sequences 2015-08-11 22:26:44 +05:30
plot_multioutput_face_completion.py FIX small title issue 2013-07-26 16:01:32 +02:00

README.txt

.. _general_examples:

General examples
----------------

General-purpose and introductory examples for the scikit.