Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nearest centroids #5

Merged

Commits on Mar 27, 2012

  1. DOC small fixes to NearestCentroid classifier

    Point out connection to Rocchio classifier from NLP/IR.
    larsmans committed Mar 27, 2012
    Copy the full SHA
    91a7b65 View commit details
    Browse the repository at this point in the history
  2. BUG disallow shrinking with sparse data in NearestCentroid

    + various small fixes.
    
    Shrinking would implicitly densify the input matrix, rendering it harmful
    on large datasets.
    larsmans committed Mar 27, 2012
    Copy the full SHA
    3511c90 View commit details
    Browse the repository at this point in the history