scikit-learn/examples
Fabian Pedregosa f4e1f14cf7 More accurate info in examples. 2010-10-21 13:02:12 +02:00
..
cluster FIX: fix imports in example for renamed modules. 2010-10-05 14:32:47 +02:00
glm fix doc generation on plot_lasso_coordinate_descent_path.py example (pb on my box) 2010-09-29 18:59:49 +02:00
gmm add README for gmm examples. 2010-08-31 14:46:13 +02:00
svm More accurate info in examples. 2010-10-21 13:02:12 +02:00
README.txt DOC: Rework of the docs and examples: multiple commits because commits 2010-04-23 05:48:03 +00:00
feature_selection_pipeline.py ENH : fix in svc.coef_ + cosmit 2010-07-31 22:03:27 +08:00
grid_search_digits.py Cosmetic changes to grid_search_digits. 2010-09-29 16:18:30 +02:00
logistic_l1_l2_coef.py Add title to example. 2010-06-26 09:02:16 -05:00
mlcomp_document_classification.py Cosmit 2010-07-17 15:42:43 +02:00
mlcomp_sparse_document_classification.py Showcase the new LinearSVC wrapper for with sparse liblinear bindings in the 20 newsgroups document classification example 2010-08-17 16:02:45 +02:00
naive_bayes.py ENH: Refactor the datasets to add the digits standard dataset. 2010-04-19 14:15:47 +00:00
plot_classification_probability.py Enhance plot_classification_probability example. 2010-06-16 11:35:24 +02:00
plot_confusion_matrix.py moving ROC etc. to metrics.py 2010-05-26 14:40:29 +02:00
plot_covariance_estimation.py oups missing example file 2010-09-09 10:26:23 +02:00
plot_digits_classification.py s/n_features/n_samples/ in digits example 2010-04-22 09:28:12 +00:00
plot_feature_selection.py ENH : fix in svc.coef_ + cosmit 2010-07-31 22:03:27 +08:00
plot_ica_blind_source_separation.py ENH : more on ICA (examples + doc) 2010-09-08 16:58:08 +02:00
plot_ica_vs_pca.py FIX : fix ica vs pca example 2010-09-08 17:38:51 +02:00
plot_lda_qda.py ENH : removing old example for LDA vs QDA 2010-08-13 16:21:40 +02:00
plot_lda_vs_qda.py TEST : removing lda.py 2010-09-09 19:47:11 +02:00
plot_neighbors.py DOC: Improve the example docstrings. 2010-04-21 17:04:36 +00:00
plot_pca.py MISC: Remove non-necessary lines from PCA example 2010-09-11 13:05:57 +02:00
plot_precision_recall.py API changes to precision_recall 2010-10-13 11:32:45 +09:00
plot_roc.py Rename roc to roc_curve. 2010-10-13 13:20:00 +09:00
plot_roc_crossval.py Rename roc to roc_curve. 2010-10-13 13:20:00 +09:00
plot_train_error_vs_test_error.py EXAMPLE : making only one figure in model selection example 2010-09-10 14:34:27 +02:00
rfe_digits.py move the RFE module to the feature selection package 2010-09-17 20:45:27 +02:00
rfe_with_cross_validation.py move the RFE module to the feature selection package 2010-09-17 20:45:27 +02:00
stock_market.py API: Change 'clustering' to 'cluster' 2010-08-27 09:29:29 +02:00

README.txt

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

General-purpose and introductory examples for the scikit.