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

Fix the issue #3745, the code book generation for OutputCodeClassifier #3768

Closed
wants to merge 11 commits into from

Commits on Oct 13, 2014

  1. + Change the process of generating output code for OutputCodeClassifier.

    + Add test case.
    + Update the document.
    queqichao committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    9565a2a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2014

  1. + Keep the old strategy, and add extra parameter in construct to allo…

    …w user choosing the coding strategy.
    queqichao committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    9d98cca View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2014

  1. Configuration menu
    Copy the full SHA
    98640e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2014

  1. Address the comments.

    queqichao committed Oct 20, 2014
    Configuration menu
    Copy the full SHA
    e2cd7f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3ad677 View commit details
    Browse the repository at this point in the history
  3. Fix the bug in test case.

    queqichao committed Oct 20, 2014
    Configuration menu
    Copy the full SHA
    d1c08fd View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2014

  1. address the comments.

    queqichao committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    e5187ee View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2014

  1. + Change strategy name.

    + Update reference.
    queqichao committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    95d0343 View commit details
    Browse the repository at this point in the history
  2. + Fix the bug that max_code_size goes overflow for too large n_classes

    + Make too small code_size invalid for all strategies.
    queqichao committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    346d6f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2014

  1. + Modify the optimizing strategy in "iter_hamming": remove the column…

    … distances, which seems to wrosen the results.
    queqichao committed Oct 24, 2014
    Configuration menu
    Copy the full SHA
    169a8a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2014

  1. Configuration menu
    Copy the full SHA
    f4c3fe9 View commit details
    Browse the repository at this point in the history