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

New Metric: Dunn Index #2049

Merged
merged 26 commits into from
Sep 6, 2023
Merged

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    84d93d7 View commit details
    Browse the repository at this point in the history
  2. docs initial commit

    matsumotosan committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    edb4b22 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    38daa94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5884de7 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Apply suggestions from code review

    Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
    matsumotosan and SkafteNicki authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    23d2e27 View commit details
    Browse the repository at this point in the history
  2. Create inputs.py for clustering tests (Lightning-AI#2045)

    Create inputs.py for clustering tests
    matsumotosan committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b2188cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    954f12f View commit details
    Browse the repository at this point in the history
  4. fix docstring examples

    matsumotosan committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d00b526 View commit details
    Browse the repository at this point in the history
  5. New metric: Calinski Harabasz Score (Lightning-AI#2036)

    * docs
    
    * functional
    
    * module
    
    * tests
    
    * changelog
    
    * try another link
    
    * mypy
    
    * remove broken link
    
    * change image
    
    * use new inputs
    
    * fix
    
    * fix flaky tests
    
    ---------
    
    Co-authored-by: Daniel Stancl <46073029+stancld@users.noreply.github.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b62a8b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    979b8a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1f701a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83f2f91 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    74b9141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79aa596 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. add to docs

    SkafteNicki authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7813a2d View commit details
    Browse the repository at this point in the history
  2. add plot testing

    SkafteNicki authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9d31052 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b31de0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90bb263 View commit details
    Browse the repository at this point in the history
  5. fix doc reference

    SkafteNicki authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d9a2b83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19ae17d View commit details
    Browse the repository at this point in the history
  7. Update src/torchmetrics/functional/clustering/utils.py

    Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
    matsumotosan and Borda authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9b5bd37 View commit details
    Browse the repository at this point in the history
  8. Update tests/unittests/clustering/test_dunn_index.py

    Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
    matsumotosan and Borda authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    655ff74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d43f709 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c8eb436 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3d05c44 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    43f25f2 View commit details
    Browse the repository at this point in the history