| .. |
|
applications
|
Merge pull request #3169 from mjbommar/issue-3167-eradicate-todense
|
2014-05-24 21:02:47 +02:00 |
|
bicluster
|
PY3 fixed examples
|
2014-02-15 17:05:08 +01:00 |
|
cluster
|
CLN: Capitalize "Gaussian" in example docstrings
|
2014-06-01 16:53:23 -04:00 |
|
covariance
|
CLN: Capitalize "Gaussian" in example docstrings
|
2014-06-01 16:53:23 -04:00 |
|
cross_decomposition
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
|
datasets
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
|
decomposition
|
CLN: Capitalize "Gaussian" in example docstrings
|
2014-06-01 16:53:23 -04:00 |
|
ensemble
|
Update plot_adaboost_regression.py
|
2014-05-26 09:48:50 +03:00 |
|
exercises
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
|
gaussian_process
|
DOC: Replaced all BSD style licenses with "BSD 3 clause"
|
2013-04-30 08:34:46 +02:00 |
|
linear_model
|
CLN: Capitalize "Gaussian" in example docstrings
|
2014-06-01 16:53:23 -04:00 |
|
manifold
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
|
mixture
|
CLN: Capitalize "Gaussian" in example docstrings
|
2014-06-01 16:53:23 -04:00 |
|
neighbors
|
CLN: Capitalize "Gaussian" in example docstrings
|
2014-06-01 16:53:23 -04:00 |
|
semi_supervised
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
|
svm
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
|
tree
|
Some more examples updated to use matplotlib.pyplot
|
2014-05-16 09:42:02 +05:30 |
|
README.txt
|
DOC: Fixed links to modules in the example gallery
|
2011-12-19 16:07:01 +01:00 |
|
document_classification_20newsgroups.py
|
Some more examples updated to use matplotlib.pyplot
|
2014-05-16 09:42:02 +05:30 |
|
document_clustering.py
|
TruncatedSVD: Calculate explained variance.
|
2014-04-17 15:10:34 -04:00 |
|
feature_selection_pipeline.py
|
ENH make_pipeline and make_union utility functions
|
2013-12-29 14:26:34 +01:00 |
|
feature_stacker.py
|
DOC spellfixes
|
2013-06-29 16:18:23 +03:00 |
|
grid_search_digits.py
|
DOC grid_search_digits.py does no do nested CV
|
2014-05-10 17:16:48 +02:00 |
|
grid_search_text_feature_extraction.py
|
Minor typo fixes in grid_search_text_feature_extraction.py
|
2013-10-25 11:46:54 +01:00 |
|
hashing_vs_dict_vectorizer.py
|
DOC: Replaced all BSD style licenses with "BSD 3 clause"
|
2013-04-30 08:34:46 +02:00 |
|
imputation.py
|
COSMIT: typo in examples/imputation.py
|
2013-07-28 09:03:56 +02:00 |
|
plot_classification_probability.py
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
|
plot_classifier_comparison.py
|
Updated examples to use pyplot for plotting instead of pylab
|
2014-05-15 02:18:07 +05:30 |
|
plot_confusion_matrix.py
|
Updated examples to use pyplot for plotting instead of pylab
|
2014-05-15 02:18:07 +05:30 |
|
plot_digits_classification.py
|
Updated examples to use pyplot for plotting instead of pylab
|
2014-05-15 02:18:07 +05:30 |
|
plot_digits_pipe.py
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
|
plot_feature_selection.py
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
|
plot_isotonic_regression.py
|
ENH added an option to do an isotonic regression on decreasing functions
|
2013-07-23 21:50:29 +02:00 |
|
plot_johnson_lindenstrauss_bound.py
|
CLN: Fix typo
|
2014-05-30 20:08:08 -04:00 |
|
plot_kernel_approximation.py
|
Updated examples to use pyplot for plotting instead of pylab
|
2014-05-15 02:18:07 +05:30 |
|
plot_lda_qda.py
|
CLN: Capitalize "Gaussian" in example docstrings
|
2014-06-01 16:53:23 -04:00 |
|
plot_learning_curve.py
|
COSMIT: use plural, there are 2 learning curves
|
2014-04-19 12:38:16 -04:00 |
|
plot_multilabel.py
|
MISC: fix plot_multilabel example
|
2013-07-28 18:00:36 +02:00 |
|
plot_multioutput_face_completion.py
|
FIX small title issue
|
2013-07-26 16:01:32 +02:00 |
|
plot_permutation_test_for_classification.py
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
|
plot_precision_recall.py
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
|
plot_rbm_logistic_classification.py
|
Remove execute pemission
|
2013-09-06 15:37:17 +02:00 |
|
plot_rfe_digits.py
|
Updated examples to use pyplot for plotting instead of pylab
|
2014-05-15 02:18:07 +05:30 |
|
plot_rfe_with_cross_validation.py
|
Updated examples to use pyplot for plotting instead of pylab
|
2014-05-15 02:18:07 +05:30 |
|
plot_roc.py
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
|
plot_roc_crossval.py
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
|
plot_train_error_vs_test_error.py
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
|
plot_underfitting_overfitting.py
|
MAINT Rename over/underfitting example
|
2014-02-15 16:49:10 +01:00 |
|
plot_validation_curve.py
|
Matching colors
|
2014-02-05 23:08:12 +01:00 |
|
randomized_search.py
|
MISC: fix wrong timing in example
|
2013-08-07 22:50:25 +02:00 |