| .. |
|
applications
|
FIX : fix application example due to API change
|
2012-10-27 15:38:19 +02:00 |
|
cluster
|
RENAME rename eigen_tol and eigen_solver, and warning about using old variable name eig_tol and mode
|
2012-11-27 09:35:45 -05:00 |
|
covariance
|
Fix typos in doc.
|
2012-11-07 16:29:12 +01:00 |
|
datasets
|
ENH minore example beautification
|
2012-09-15 16:57:29 +01:00 |
|
decomposition
|
COSMIT renaming chunk_size to batch_size in MiniBatchDictionaryLearning and MiniBatchSparsePCA
|
2012-12-16 15:45:34 +01:00 |
|
ensemble
|
use 100 instead of 800 n_estimators; looks the same but faster; ESLII uses 800
|
2012-12-03 20:37:32 +01:00 |
|
exercises
|
DOC: fixed string formatting in example
|
2012-11-08 09:36:58 +01:00 |
|
gaussian_process
|
COSMIT pep8
|
2012-02-17 16:49:48 +01:00 |
|
linear_model
|
variable name change
|
2012-11-28 15:03:43 +01:00 |
|
manifold
|
use random projections in the digits manifold example
|
2012-12-21 14:34:18 +01:00 |
|
mixture
|
ENH set n_fold default to 3, rename k to n_fold in all doctests, docs, and examples
|
2012-10-10 19:10:29 +01:00 |
|
neighbors
|
Update examples/neighbors/plot_nearest_centroid.py
|
2012-03-27 09:32:40 +12:00 |
|
semi_supervised
|
ENH renaming 'max_iters' to 'max_iter' for consistency
|
2012-11-04 10:01:12 +00:00 |
|
svm
|
MISC renamed n_iterations to n_iter in all other places.
|
2012-10-10 19:10:29 +01:00 |
|
tree
|
COSMIT pep8
|
2012-07-15 13:35:08 +01:00 |
|
README.txt
|
DOC: Fixed links to modules in the example gallery
|
2011-12-19 16:07:01 +01:00 |
|
document_classification_20newsgroups.py
|
remove the random projection option from the 20 newsgroups example
|
2012-12-21 14:34:19 +01:00 |
|
document_clustering.py
|
ENH rename k in clustering examples and doctests to n_clusters
|
2012-05-30 07:41:34 +02:00 |
|
feature_selection_pipeline.py
|
peping8 examples
|
2011-12-19 18:16:51 +01:00 |
|
feature_stacker.py
|
MISC renaming FeatureStacker to FeatureUnion, adding docs
|
2012-09-30 11:55:32 +01:00 |
|
grid_search_digits.py
|
reworked nested grid search example for better doc and output, use train_test_split and add more cross links
|
2012-02-11 09:31:51 +01:00 |
|
grid_search_text_feature_extraction.py
|
fix warning: add underscore to: grid_search.best_estimator_ and
|
2012-09-01 15:28:19 +02:00 |
|
hashing_vs_dict_vectorizer.py
|
ENH add dict support to FeatureHasher and make it the default input_type
|
2012-11-17 17:29:20 +01:00 |
|
mlcomp_sparse_document_classification.py
|
Renamed Vectorizer to TfidfVectorizer + deprecation warning
|
2012-03-07 06:48:56 -08:00 |
|
plot_classification_probability.py
|
peping8 examples
|
2011-12-19 18:16:51 +01:00 |
|
plot_classifier_comparison.py
|
FIX don't use pl.subplots.
|
2012-11-14 07:35:05 +00:00 |
|
plot_confusion_matrix.py
|
peping8 examples
|
2011-12-19 18:16:51 +01:00 |
|
plot_digits_classification.py
|
Merged some examples into examples folder.
|
2012-03-06 23:40:49 +01:00 |
|
plot_digits_pipe.py
|
COSMIT pep8
|
2012-05-29 22:38:42 +02:00 |
|
plot_feature_selection.py
|
DOC somewhat improved feature selection example
|
2012-09-17 22:07:58 +01:00 |
|
plot_hmm_sampling.py
|
COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples.
|
2012-04-29 23:13:06 +02:00 |
|
plot_hmm_stock_analysis.py
|
made `diag` explicit in example
|
2012-06-01 17:47:17 +02:00 |
|
plot_isotonic_regression.py
|
DOC : fix move of isotonic in doc + examples
|
2012-11-14 22:42:03 +01:00 |
|
plot_johnson_lindenstraus_bound.py
|
started work on plotting the JL bounds to be used in the narrative documentation
|
2012-12-21 14:34:19 +01:00 |
|
plot_kernel_approximation.py
|
DOC added note in example that digits data is to small.
|
2012-12-09 15:37:00 +01:00 |
|
plot_lda_qda.py
|
DOC lda/qda examples: remove redundant example, prettyfied other.
|
2012-03-04 17:22:46 +01:00 |
|
plot_multilabel.py
|
Note regarding multilabel example.
|
2012-05-18 13:19:25 +09:00 |
|
plot_permutation_test_for_classification.py
|
BUG: example plot compatibility with older matplotlib versions
|
2011-12-20 02:03:41 -08:00 |
|
plot_pls.py
|
DOC made the pls example plots so much prettier
|
2012-07-25 23:20:33 +01:00 |
|
plot_precision_recall.py
|
DOC docs and examples have scale_C removed
|
2012-05-05 21:57:04 +02:00 |
|
plot_rfe_digits.py
|
COSMIT: rfe examples
|
2011-12-19 13:27:35 +01:00 |
|
plot_rfe_with_cross_validation.py
|
COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples.
|
2012-04-29 23:13:06 +02:00 |
|
plot_roc.py
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 12:06:57 +02:00 |
|
plot_roc_crossval.py
|
ENH set n_fold default to 3, rename k to n_fold in all doctests, docs, and examples
|
2012-10-10 19:10:29 +01:00 |
|
plot_train_error_vs_test_error.py
|
peping8 examples
|
2011-12-19 18:16:51 +01:00 |