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

Adding epoch cost functionality to both algorithms. #79

Merged
merged 8 commits into from
Jun 5, 2019

Commits on Jun 22, 2018

  1. Add epoch costs functionality.

    Now the cost of the k-modes algorithm at each epoch can be accessed
    through the `epoch_costs_` attribute of a `KModes` object after fitting
    to some data. These are particularly useful when trying to visualise or
    analyse the convergence of the k-modes algorithm.
    daffidwilde committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    5a2037d View commit details
    Browse the repository at this point in the history
  2. Add same epoch functionality to k-prototypes.

    See previous commit.
    daffidwilde committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    80332f8 View commit details
    Browse the repository at this point in the history
  3. Update kprototypes.py

    daffidwilde authored Jun 22, 2018
    Configuration menu
    Copy the full SHA
    ada11d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Configuration menu
    Copy the full SHA
    0c236cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8615b0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0881fa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63e351b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

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