scikit-learn/examples/text
Joel Nothman 081a554698 FIX P/R/F metrics and scorers are now for binary problems only by default
Scorers for different average parameters have been added.
2014-12-09 13:56:51 +11:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
document_classification_20newsgroups.py FIX P/R/F metrics and scorers are now for binary problems only by default 2014-12-09 13:56:51 +11:00
document_clustering.py Fix using ground truth in silhouette score in document clustering. Closes #3806. 2014-11-05 14:45:00 -05:00
hashing_vs_dict_vectorizer.py move around examples for better structure. 2014-07-17 09:35:30 +02:00
mlcomp_sparse_document_classification.py move around examples for better structure. 2014-07-17 09:35:30 +02:00

README.txt

.. _text_examples:

Working with text documents
----------------------------

Examples concerning the :mod:`sklearn.feature_extraction.text` module.