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

[MRG+1] Add Davies-Bouldin index #10827

Merged
merged 7 commits into from
May 18, 2018

Commits on May 14, 2018

  1. Add Davies-Bouldin index

    Add another unsupervised quality metric for clustering results, the
    Davies-Bouldin Index.
    logc committed May 14, 2018
    Configuration menu
    Copy the full SHA
    76facb5 View commit details
    Browse the repository at this point in the history
  2. Code review changes

    - Add Davies-Bouldin to clustering test_common
    - Fix flake8 issue
    - Use bare `assert` in test
    - Fix typo
    logc committed May 14, 2018
    Configuration menu
    Copy the full SHA
    ed1325d View commit details
    Browse the repository at this point in the history
  3. Add spaces around operators

    logc committed May 14, 2018
    Configuration menu
    Copy the full SHA
    a588458 View commit details
    Browse the repository at this point in the history
  4. Second code review changes

    - Fix incorrectly parsed documentation block
    - Fix references indentation
    - Refactor test assertions
    logc committed May 14, 2018
    Configuration menu
    Copy the full SHA
    cd52612 View commit details
    Browse the repository at this point in the history
  5. Documentation changes

    logc committed May 14, 2018
    Configuration menu
    Copy the full SHA
    975944e View commit details
    Browse the repository at this point in the history
  6. Rename index to score

    logc committed May 14, 2018
    Configuration menu
    Copy the full SHA
    3dcf3cb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Documentation changes

    logc committed May 16, 2018
    Configuration menu
    Copy the full SHA
    7848d87 View commit details
    Browse the repository at this point in the history