Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scikit-learn/scikit-learn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: edgimar/scikit-learn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dgme
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 23, 2016

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

Commits on Apr 24, 2016

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

Commits on Apr 26, 2016

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

Commits on Apr 27, 2016

  1. DGMM class now works with a 'dumb' fit() method

    The fit() method simply creates one Gaussian for each observation.
    No merging of any sort takes place.
    edgimar committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    a25632a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fddd52c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2016

  1. break partitioned quantity computations into separate method

    also made output_indices be complement of input_indices by default
    edgimar committed May 1, 2016
    Configuration menu
    Copy the full SHA
    c47f974 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. updated code to match version used in thesis

    This is the version of the code that was used in the thesis titled
        "Learning and Using Multimodal Stochastic Models: A Unified Approach".
    edgimar committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    ee9f0ca View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. Configuration menu
    Copy the full SHA
    5dab591 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a38e06 View commit details
    Browse the repository at this point in the history
Loading